Custom Test Report compiled by TestListener (kazurayam-ks-plainreport)

I have made one more improvement in
https://github.com/kazurayam/CompilingCustomReportInKatalonStudio/ tagged as 0.5

The output plainreport.XXX.yyyyMMdd_hhmmss.json file now includes GlobalVariables:

{
  "executedBrowser": "Chrome",
  "executionProfile": "default",
  "executionProfile_GlobalVariables": {
    "DEBUG_MODE": false,
    "foo": "bar",
    "Password": "",
    "Products": [
      88,
      99
    ],
    "URL": "http://demoaut.katlaon.com/",
    "Username": "John Doe"
  },
  ...
1 Like