{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 0,
    "pending": 0,
    "failures": 1,
    "start": "2022-04-07T11:03:35.719Z",
    "end": "2022-04-07T11:04:05.305Z",
    "duration": 29586,
    "testsRegistered": 1,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "f713425f-81b4-4ab4-983d-f548efa8a8cb",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "8934ed1f-2eab-43ca-9ff2-a5418d8bf732",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "h1 per page check",
              "fullTitle": "Test h1 per page check",
              "timedOut": null,
              "duration": 27942,
              "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 h1s\n\n_h1PerPageCheck[\"default\"].visitSimeMapAndCheckH1s(cy, baseurl);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `h1`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `h1`, but never found it.\n    at Context.eval (https://www.feines.it/__cypress/tests?p=cypress/integration/shopware5/h1-per-page-check.js:275:44)",
                "diff": null
              },
              "uuid": "c7116aa0-7b74-4a84-8c44-da5dd9c4bc02",
              "parentUUID": "8934ed1f-2eab-43ca-9ff2-a5418d8bf732",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "c7116aa0-7b74-4a84-8c44-da5dd9c4bc02"
          ],
          "pending": [],
          "skipped": [],
          "duration": 27942,
          "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/11/17/reports"
      },
      "version": "6.1.0"
    }
  }
}