{
  "stats": {
    "suites": 1,
    "tests": 3,
    "passes": 3,
    "pending": 0,
    "failures": 0,
    "start": "2022-05-16T12:02:12.706Z",
    "end": "2022-05-16T12:02:24.888Z",
    "duration": 12182,
    "testsRegistered": 3,
    "passPercent": 100,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "2766f809-2abb-4f2c-85f0-ca399e895364",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "cdc0bd22-b22d-4c2a-a988-16952405f531",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Displays Cookie Bar - Desktop",
              "fullTitle": "Test Displays Cookie Bar - Desktop",
              "timedOut": null,
              "duration": 4244,
              "state": "passed",
              "speed": "fast",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy); //checks the existance of the cookie bar\n\n_displaysCookieBar[\"default\"].checkCookieBar(cy);",
              "err": {},
              "uuid": "bbbb93a4-e82d-4cae-b0f9-9826b8a3e32e",
              "parentUUID": "cdc0bd22-b22d-4c2a-a988-16952405f531",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Displays Cookie Bar - Mobile",
              "fullTitle": "Test Displays Cookie Bar - Mobile",
              "timedOut": null,
              "duration": 2663,
              "state": "passed",
              "speed": "fast",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy, 'iphone'); //checks the existance of the cookie bar\n\n_displaysCookieBar[\"default\"].checkCookieBar(cy);",
              "err": {},
              "uuid": "bffc1f57-fc2c-4345-ac61-32a41467e365",
              "parentUUID": "cdc0bd22-b22d-4c2a-a988-16952405f531",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Displays Cookie Bar - Tablet",
              "fullTitle": "Test Displays Cookie Bar - Tablet",
              "timedOut": null,
              "duration": 2102,
              "state": "passed",
              "speed": "fast",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy, 'tablet'); //checks the existance of the cookie bar\n\n_displaysCookieBar[\"default\"].checkCookieBar(cy);",
              "err": {},
              "uuid": "2ac9069e-3eec-42ff-b189-b460c356b32d",
              "parentUUID": "cdc0bd22-b22d-4c2a-a988-16952405f531",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [
            "bbbb93a4-e82d-4cae-b0f9-9826b8a3e32e",
            "bffc1f57-fc2c-4345-ac61-32a41467e365",
            "2ac9069e-3eec-42ff-b189-b460c356b32d"
          ],
          "failures": [],
          "pending": [],
          "skipped": [],
          "duration": 9009,
          "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/16/14/reports"
      },
      "version": "6.1.0"
    }
  }
}