{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 0,
    "pending": 0,
    "failures": 1,
    "start": "2022-07-20T10:01:06.548Z",
    "end": "2022-07-20T10:01:16.077Z",
    "duration": 9529,
    "testsRegistered": 1,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "5a3c35c3-a3ed-4c1f-ac4c-226b802a38a3",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "3c08a23e-1ab4-4652-917f-97f9694160f6",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Server info are hidden",
              "fullTitle": "Test Server info are hidden",
              "timedOut": null,
              "duration": 7887,
              "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.kellereikaltern.com/__cypress/tests?p=cypress/integration/generic/hidden-server-info.js:25:25)",
                "diff": null
              },
              "uuid": "fc002429-6978-4d3c-80b8-722f69ada44b",
              "parentUUID": "3c08a23e-1ab4-4652-917f-97f9694160f6",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "fc002429-6978-4d3c-80b8-722f69ada44b"
          ],
          "pending": [],
          "skipped": [],
          "duration": 7887,
          "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/10/103/reports"
      },
      "version": "6.1.0"
    }
  }
}