{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 0,
    "pending": 0,
    "failures": 1,
    "start": "2022-03-29T08:33:31.436Z",
    "end": "2022-03-29T08:33:43.734Z",
    "duration": 12298,
    "testsRegistered": 1,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "efa61bc8-aa93-40a3-8d6a-0dc7a062756c",
      "title": "",
      "fullFile": "cypress/integration/shopware5/h1-per-page-check.js",
      "file": "cypress/integration/shopware5/h1-per-page-check.js",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "8584cae0-4c2e-4d7d-9ff5-28f85f5ce95a",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "h1 per page check",
              "fullTitle": "Test h1 per page check",
              "timedOut": null,
              "duration": 10058,
              "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: Too many elements found. Found '15', expected '1'.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Too many elements found. Found '15', expected '1'.\n    at Object.visitSimeMapAndCheckH1s (https://www.daunenstep.com/__cypress/tests?p=cypress/integration/shopware5/h1-per-page-check.js:272:18)\n    at Context.eval (https://www.daunenstep.com/__cypress/tests?p=cypress/integration/shopware5/h1-per-page-check.js:29:32)",
                "diff": "- 15\n+ 1\n"
              },
              "uuid": "b12c2e78-d5d3-4547-9f51-1a9dfed69b82",
              "parentUUID": "8584cae0-4c2e-4d7d-9ff5-28f85f5ce95a",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "b12c2e78-d5d3-4547-9f51-1a9dfed69b82"
          ],
          "pending": [],
          "skipped": [],
          "duration": 10058,
          "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/9/17/reports"
      },
      "version": "6.0.1"
    }
  }
}