{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 1,
    "pending": 0,
    "failures": 0,
    "start": "2022-04-12T10:45:58.099Z",
    "end": "2022-04-12T10:46:14.141Z",
    "duration": 16042,
    "testsRegistered": 1,
    "passPercent": 100,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "fcd02f49-3a2a-410f-8606-c35d107f8326",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "932916e1-d2b1-40aa-8a5c-47220b2cb95f",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Product has at least one image",
              "fullTitle": "Test Product has at least one image",
              "timedOut": null,
              "duration": 13983,
              "state": "passed",
              "speed": "slow",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy); //set desktop\n\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": "197bc3df-8acd-485a-9a7c-947e28a4eb41",
              "parentUUID": "932916e1-d2b1-40aa-8a5c-47220b2cb95f",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [
            "197bc3df-8acd-485a-9a7c-947e28a4eb41"
          ],
          "failures": [],
          "pending": [],
          "skipped": [],
          "duration": 13983,
          "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/19/28/reports"
      },
      "version": "6.1.0"
    }
  }
}