{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 0,
    "pending": 0,
    "failures": 1,
    "start": "2022-04-12T10:34:11.611Z",
    "end": "2022-04-12T10:34:24.792Z",
    "duration": 13181,
    "testsRegistered": 1,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "328ee47a-f99f-4ca6-9b60-a9f70d85b9bb",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "94c973e3-25f3-4c4d-950c-6379e7fa0935",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "h2 per page check",
              "fullTitle": "Test h2 per page check",
              "timedOut": null,
              "duration": 10896,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy); //set desktop\n\n_websiteMonitoring[\"default\"].setViewport(cy); //read the url from the env vars\n\nvar baseurl = _websiteMonitoring[\"default\"].readEnvVariable('url'); //visit sitemap and check all h2s\n\n_h2PerPageCheck[\"default\"].visitSimeMapAndCheckH2s(cy, baseurl);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `h2`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `h2`, but never found it.\n    at Object.visitSimeMapAndCheckH2s (https://italiatella.com/__cypress/tests?p=cypress/integration/shopware5/h2-per-page-check.js:272:18)\n    at Context.eval (https://italiatella.com/__cypress/tests?p=cypress/integration/shopware5/h2-per-page-check.js:29:32)",
                "diff": null
              },
              "uuid": "15aedc8d-2067-4ac7-a9ba-03986479e617",
              "parentUUID": "94c973e3-25f3-4c4d-950c-6379e7fa0935",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "15aedc8d-2067-4ac7-a9ba-03986479e617"
          ],
          "pending": [],
          "skipped": [],
          "duration": 10896,
          "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/18/reports"
      },
      "version": "6.1.0"
    }
  }
}