{
  "stats": {
    "suites": 1,
    "tests": 3,
    "passes": 3,
    "pending": 0,
    "failures": 0,
    "start": "2023-10-13T12:57:00.406Z",
    "end": "2023-10-13T12:57:39.743Z",
    "duration": 39337,
    "testsRegistered": 3,
    "passPercent": 100,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "ed661e1a-6c34-434f-a462-36dd19668980",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "5b9a4b98-7260-470c-be0a-0134e8be91e0",
          "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": 15735,
              "state": "passed",
              "speed": "slow",
              "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": "e12ce48f-15a0-434a-9e97-cfc0bb115d0c",
              "parentUUID": "5b9a4b98-7260-470c-be0a-0134e8be91e0",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Product has at least one image - Mobile",
              "fullTitle": "Test Product has at least one image - Mobile",
              "timedOut": null,
              "duration": 10497,
              "state": "passed",
              "speed": "slow",
              "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": "d892274a-9491-48dc-adb2-458e7856a95f",
              "parentUUID": "5b9a4b98-7260-470c-be0a-0134e8be91e0",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Product has at least one image - Tablet",
              "fullTitle": "Test Product has at least one image - Tablet",
              "timedOut": null,
              "duration": 10020,
              "state": "passed",
              "speed": "slow",
              "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": "3c4d7e73-850f-4f18-9ebe-cd33efed43c3",
              "parentUUID": "5b9a4b98-7260-470c-be0a-0134e8be91e0",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [
            "e12ce48f-15a0-434a-9e97-cfc0bb115d0c",
            "d892274a-9491-48dc-adb2-458e7856a95f",
            "3c4d7e73-850f-4f18-9ebe-cd33efed43c3"
          ],
          "failures": [],
          "pending": [],
          "skipped": [],
          "duration": 36252,
          "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/40/28/reports"
      },
      "version": "6.1.0"
    }
  }
}