{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 1,
    "pending": 0,
    "failures": 0,
    "start": "2022-06-24T06:17:18.228Z",
    "end": "2022-06-24T06:17:33.429Z",
    "duration": 15201,
    "testsRegistered": 1,
    "passPercent": 100,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "5b8fe11e-2e54-4c4c-aeaa-f058922bcd3e",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "432ef526-8312-408e-99ea-dfd46c2a30fd",
          "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": 13300,
              "state": "passed",
              "speed": "slow",
              "pass": true,
              "fail": false,
              "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--form', {\n    force: true\n  }).length > 0) {\n    _global2[\"default\"].selectNthTabHeaderMenu(cy, 1, true);\n    _languageChangeDoesNotLinkHome[\"default\"].selectLanguageAndCheckUrl(cy, 2, baseurl);\n  } else {\n    expect(false).to.be[\"true\"];\n  }\n});",
              "err": {},
              "uuid": "0b5309cb-87e3-4d61-a21b-e1e438e07fcb",
              "parentUUID": "432ef526-8312-408e-99ea-dfd46c2a30fd",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [
            "0b5309cb-87e3-4d61-a21b-e1e438e07fcb"
          ],
          "failures": [],
          "pending": [],
          "skipped": [],
          "duration": 13300,
          "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/23/22/reports"
      },
      "version": "6.1.0"
    }
  }
}