{
  "stats": {
    "suites": 1,
    "tests": 3,
    "passes": 3,
    "pending": 0,
    "failures": 0,
    "start": "2022-06-03T09:59:16.450Z",
    "end": "2022-06-03T09:59:32.245Z",
    "duration": 15795,
    "testsRegistered": 3,
    "passPercent": 100,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "2e86fed9-67eb-437f-9ebe-aa168980952c",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "ebd37f0a-32da-4125-b039-60dc9acc5ddf",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Product has at least one image - Desktop",
              "fullTitle": "Test Product has at least one image - Desktop",
              "timedOut": null,
              "duration": 7259,
              "state": "passed",
              "speed": "medium",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy); //selects the first product and checks if it has an image or not\n\n_productHasAtLeastOneImage[\"default\"].selectProductAndCheckImagePresence(cy);",
              "err": {},
              "uuid": "ef9d0440-e791-4734-8cf9-11fad18e76c8",
              "parentUUID": "ebd37f0a-32da-4125-b039-60dc9acc5ddf",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Product has at least one image - Mobile",
              "fullTitle": "Test Product has at least one image - Mobile",
              "timedOut": null,
              "duration": 3078,
              "state": "passed",
              "speed": "fast",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy, 'iphone'); //selects the first product and checks if it has an image or not\n\n_productHasAtLeastOneImage[\"default\"].selectProductAndCheckImagePresence(cy);",
              "err": {},
              "uuid": "0d6078f5-a42e-451c-8d9c-58b381b99af4",
              "parentUUID": "ebd37f0a-32da-4125-b039-60dc9acc5ddf",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Product has at least one image - Tablet",
              "fullTitle": "Test Product has at least one image - Tablet",
              "timedOut": null,
              "duration": 3575,
              "state": "passed",
              "speed": "fast",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy, 'tablet'); //selects the first product and checks if it has an image or not\n\n_productHasAtLeastOneImage[\"default\"].selectProductAndCheckImagePresence(cy);",
              "err": {},
              "uuid": "62e10462-a818-4415-8c56-48bd8e22330c",
              "parentUUID": "ebd37f0a-32da-4125-b039-60dc9acc5ddf",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [
            "ef9d0440-e791-4734-8cf9-11fad18e76c8",
            "0d6078f5-a42e-451c-8d9c-58b381b99af4",
            "62e10462-a818-4415-8c56-48bd8e22330c"
          ],
          "failures": [],
          "pending": [],
          "skipped": [],
          "duration": 13912,
          "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/22/28/reports"
      },
      "version": "6.1.0"
    }
  }
}