{
  "stats": {
    "suites": 1,
    "tests": 3,
    "passes": 3,
    "pending": 0,
    "failures": 0,
    "start": "2022-05-16T11:45:40.048Z",
    "end": "2022-05-16T11:46:04.439Z",
    "duration": 24391,
    "testsRegistered": 3,
    "passPercent": 100,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "67d58361-b4b3-4a8c-9428-2d184024c911",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "775bf786-c411-4e12-9a01-528ceade8a02",
          "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": 10056,
              "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": "b7cdd223-9634-4dfe-bfc1-be3d5f354738",
              "parentUUID": "775bf786-c411-4e12-9a01-528ceade8a02",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Product has at least one image - Mobile",
              "fullTitle": "Test Product has at least one image - Mobile",
              "timedOut": null,
              "duration": 5842,
              "state": "passed",
              "speed": "medium",
              "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": "f864376b-1505-443a-bc30-6ca53916f679",
              "parentUUID": "775bf786-c411-4e12-9a01-528ceade8a02",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Product has at least one image - Tablet",
              "fullTitle": "Test Product has at least one image - Tablet",
              "timedOut": null,
              "duration": 6508,
              "state": "passed",
              "speed": "medium",
              "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": "ff552c7b-f449-481c-9351-970b7572604a",
              "parentUUID": "775bf786-c411-4e12-9a01-528ceade8a02",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [
            "b7cdd223-9634-4dfe-bfc1-be3d5f354738",
            "f864376b-1505-443a-bc30-6ca53916f679",
            "ff552c7b-f449-481c-9351-970b7572604a"
          ],
          "failures": [],
          "pending": [],
          "skipped": [],
          "duration": 22406,
          "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/28/reports"
      },
      "version": "6.1.0"
    }
  }
}