{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 0,
    "pending": 0,
    "failures": 1,
    "start": "2022-04-13T07:40:59.199Z",
    "end": "2022-04-13T07:41:13.618Z",
    "duration": 14419,
    "testsRegistered": 1,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "1865585d-f1eb-4c27-8811-0a49283cf123",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "c7eaf447-a36e-433f-9184-9742189a4beb",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Exists menu on mobile",
              "fullTitle": "Test Exists menu on mobile",
              "timedOut": null,
              "duration": 12499,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy); //checks if the menu is visible on mobile\n\n_existsMenuMobile[\"default\"].checkExistsMenuMobile(cy, _websiteMonitoring[\"default\"]); //checks if the menu is visible on mobile landscape\n\n_existsMenuMobile[\"default\"].checkExistsMenuMobileLandscape(cy);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `nav > ul .entry--menu-left`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `nav > ul .entry--menu-left`, but never found it.\n    at Object.checkExistsMenuMobile (https://kaminlicht.de/__cypress/tests?p=cypress/integration/shopware5/exists-menu-mobile.js:39:8)\n    at Context.eval (https://kaminlicht.de/__cypress/tests?p=cypress/integration/shopware5/exists-menu-mobile.js:21:34)",
                "diff": null
              },
              "uuid": "be9db2f1-360e-4265-b3a2-ad14c4223096",
              "parentUUID": "c7eaf447-a36e-433f-9184-9742189a4beb",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "be9db2f1-360e-4265-b3a2-ad14c4223096"
          ],
          "pending": [],
          "skipped": [],
          "duration": 12499,
          "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/20/16/reports"
      },
      "version": "6.1.0"
    }
  }
}