{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 0,
    "pending": 0,
    "failures": 1,
    "start": "2022-04-06T08:33:13.875Z",
    "end": "2022-04-06T08:33:29.822Z",
    "duration": 15947,
    "testsRegistered": 1,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "e765dbc2-8534-434e-b556-c7c9fc8c68b5",
      "title": "",
      "fullFile": "cypress/integration/shopware5/h2-per-page-check.js",
      "file": "cypress/integration/shopware5/h2-per-page-check.js",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "efc4b3f6-6d44-4902-a2ee-b1c57b0d1e5b",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "h2 per page check",
              "fullTitle": "Test h2 per page check",
              "timedOut": null,
              "duration": 13656,
              "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://www.kellereikaltern.com/__cypress/tests?p=cypress/integration/shopware5/h2-per-page-check.js:272:18)\n    at Context.eval (https://www.kellereikaltern.com/__cypress/tests?p=cypress/integration/shopware5/h2-per-page-check.js:29:32)",
                "diff": null
              },
              "uuid": "93c01dab-86e6-4890-b862-5738fcfdf668",
              "parentUUID": "efc4b3f6-6d44-4902-a2ee-b1c57b0d1e5b",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "93c01dab-86e6-4890-b862-5738fcfdf668"
          ],
          "pending": [],
          "skipped": [],
          "duration": 13656,
          "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.0.1"
    },
    "marge": {
      "options": {
        "reportDir": "cypress/results/10/18/reports"
      },
      "version": "6.0.1"
    }
  }
}