{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 0,
    "pending": 0,
    "failures": 1,
    "start": "2022-05-17T06:30:54.224Z",
    "end": "2022-05-17T06:31:08.503Z",
    "duration": 14279,
    "testsRegistered": 1,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "c710cb77-1251-41db-8cb5-b6aaf11ace91",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "ae8f7a45-19bc-48fe-bb0c-3919fd22b3f1",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Server info are hidden",
              "fullTitle": "Test Server info are hidden",
              "timedOut": null,
              "duration": 12056,
              "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.truckmo.com/__cypress/tests?p=cypress/integration/generic/hidden-server-info.js:25:25)",
                "diff": null
              },
              "uuid": "fe670185-676f-4ade-b219-b8c26e032d62",
              "parentUUID": "ae8f7a45-19bc-48fe-bb0c-3919fd22b3f1",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "fe670185-676f-4ade-b219-b8c26e032d62"
          ],
          "pending": [],
          "skipped": [],
          "duration": 12056,
          "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/21/103/reports"
      },
      "version": "6.1.0"
    }
  }
}