{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 0,
    "pending": 0,
    "failures": 1,
    "start": "2022-05-18T09:55:23.267Z",
    "end": "2022-05-18T09:55:30.361Z",
    "duration": 7094,
    "testsRegistered": 1,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "53ee0d2d-4557-44e5-bccb-73ba64f993ba",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "dc815db1-870a-42a6-bcac-df319fda6b93",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Language Change does not link home",
              "fullTitle": "Test Language Change does not link home",
              "timedOut": null,
              "duration": 5183,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy);\nvar baseurl = _websiteMonitoring[\"default\"].readEnvVariable('url');\ncy.get(\"body\").then(function ($body) {\n  //if there's a subshop, select a tab and then check whether the url has changed\n  if ($body.find('.language--select', {\n    force: true\n  }).length > 0) {\n    _global[\"default\"].selectNthTabHeaderMenu(cy, 1, true);\n    _languageChangeDoesNotLinkHome[\"default\"].selectLanguageAndCheckUrl(cy, 2, baseurl);\n  } else {\n    expect(false).to.be[\"true\"];\n  }\n});",
              "err": {
                "message": "AssertionError: expected false to be true",
                "estack": "AssertionError: expected false to be true\n    at Context.eval (https://www.oeko-planet.com/__cypress/tests?p=cypress/integration/shopware5/oekoplanet/language-change-does-not-link-home.js:33:28)",
                "diff": null
              },
              "uuid": "e38171e4-e25d-41e1-85a8-424be9690d04",
              "parentUUID": "dc815db1-870a-42a6-bcac-df319fda6b93",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "e38171e4-e25d-41e1-85a8-424be9690d04"
          ],
          "pending": [],
          "skipped": [],
          "duration": 5183,
          "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/16/22/reports"
      },
      "version": "6.1.0"
    }
  }
}