{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 1,
    "pending": 0,
    "failures": 0,
    "start": "2022-05-12T14:59:07.227Z",
    "end": "2022-05-12T14:59:29.673Z",
    "duration": 22446,
    "testsRegistered": 1,
    "passPercent": 100,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "962e9f14-087a-4d82-a4b5-a3b618d78c52",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "9c55ab9f-183c-4243-9350-c6e1619f79f3",
          "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": 19893,
              "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": "abbc586f-11b8-4682-ba32-5e6d6b0ba9de",
              "parentUUID": "9c55ab9f-183c-4243-9350-c6e1619f79f3",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [
            "abbc586f-11b8-4682-ba32-5e6d6b0ba9de"
          ],
          "failures": [],
          "pending": [],
          "skipped": [],
          "duration": 19893,
          "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/2/28/reports"
      },
      "version": "6.1.0"
    }
  }
}