{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 0,
    "pending": 0,
    "failures": 1,
    "start": "2022-05-12T15:06:03.796Z",
    "end": "2022-05-12T15:06:17.148Z",
    "duration": 13352,
    "testsRegistered": 1,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "142dc68a-1306-409a-a416-3852d95efd9b",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "5469ef07-0523-4c51-a444-08c7bfdcf1af",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Server info are hidden",
              "fullTitle": "Test Server info are hidden",
              "timedOut": null,
              "duration": 10590,
              "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.dynafit.com/__cypress/tests?p=cypress/integration/generic/hidden-server-info.js:25:25)",
                "diff": null
              },
              "uuid": "4921b1f3-d14a-4e68-8db8-06d2d2075042",
              "parentUUID": "5469ef07-0523-4c51-a444-08c7bfdcf1af",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "4921b1f3-d14a-4e68-8db8-06d2d2075042"
          ],
          "pending": [],
          "skipped": [],
          "duration": 10590,
          "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/2/103/reports"
      },
      "version": "6.1.0"
    }
  }
}