{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 0,
    "pending": 0,
    "failures": 1,
    "start": "2022-05-16T07:17:16.700Z",
    "end": "2022-05-16T07:17:28.651Z",
    "duration": 11951,
    "testsRegistered": 1,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "2615df78-6e41-492a-8b2b-84962216d482",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "24a6ea5e-f72a-45ea-ab54-6112d4e81cf3",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Server info are hidden",
              "fullTitle": "Test Server info are hidden",
              "timedOut": null,
              "duration": 9836,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "var baseurl = _websiteMonitoring[\"default\"].readEnvVariable('url');\ncy.intercept({\n  method: \"GET\"\n}).as(\"documentIntercepted\");\ncy.visit(baseurl);\ncy.get(\"@documentIntercepted.all\").each(function (response) {\n  if (response.response.headers.server || response.response.headers.x - powered - by || response.response.headers.powered - by) {\n    // FOUND SERVER INFO\n    expect(true).to.equal(false);\n  } else {\n    expect(true).to.equal(true);\n  }\n  return false;\n});",
              "err": {
                "message": "AssertionError: expected true to equal false",
                "estack": "AssertionError: expected true to equal false\n    at Context.eval (https://www.pursuedtirol.com/__cypress/tests?p=cypress/integration/generic/hidden-server-info.js:25:25)",
                "diff": null
              },
              "uuid": "e4ba6136-ae7a-4908-94e7-e1959ffba086",
              "parentUUID": "24a6ea5e-f72a-45ea-ab54-6112d4e81cf3",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "e4ba6136-ae7a-4908-94e7-e1959ffba086"
          ],
          "pending": [],
          "skipped": [],
          "duration": 9836,
          "root": false,
          "rootEmpty": false,
          "_timeout": 2000
        }
      ],
      "passes": [],
      "failures": [],
      "pending": [],
      "skipped": [],
      "duration": 0,
      "root": true,
      "rootEmpty": true,
      "_timeout": 2000
    }
  ],
  "meta": {
    "mocha": {
      "version": "7.0.1"
    },
    "mochawesome": {
      "options": {
        "quiet": false,
        "reportFilename": "mochawesome",
        "saveHtml": true,
        "saveJson": true,
        "consoleReporter": "spec",
        "useInlineDiffs": false,
        "code": true
      },
      "version": "7.1.0"
    },
    "marge": {
      "options": {
        "reportDir": "cypress/results/13/103/reports"
      },
      "version": "6.1.0"
    }
  }
}