{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 1,
    "pending": 0,
    "failures": 0,
    "start": "2023-01-10T09:59:39.298Z",
    "end": "2023-01-10T10:00:52.551Z",
    "duration": 73253,
    "testsRegistered": 1,
    "passPercent": 100,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "4a627800-2218-4a26-afa1-86a04ed431ed",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "1848bbaa-d4ca-49f8-8479-d0518c7c48b9",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Principal links have https",
              "fullTitle": "Test Principal links have https",
              "timedOut": null,
              "duration": 71498,
              "state": "passed",
              "speed": "slow",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy); //read the url from the env vars\n\nvar baseurl = _websiteMonitoring[\"default\"].readEnvVariable('url');\nif (cy.statusCode(baseurl.concat('sitemap'))) {\n  _principalLinksHaveHttps[\"default\"].visitSitemapAndAllLinks(cy, baseurl);\n} else {\n  _principalLinksHaveHttps[\"default\"].visitAllLinks(cy, baseurl);\n}",
              "err": {},
              "uuid": "136e83db-a1a4-45af-8d16-62b49fd04583",
              "parentUUID": "1848bbaa-d4ca-49f8-8479-d0518c7c48b9",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [
            "136e83db-a1a4-45af-8d16-62b49fd04583"
          ],
          "failures": [],
          "pending": [],
          "skipped": [],
          "duration": 71498,
          "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/9/27/reports"
      },
      "version": "6.1.0"
    }
  }
}