{
  "stats": {
    "suites": 0,
    "tests": 1,
    "passes": 1,
    "pending": 0,
    "failures": 0,
    "start": "2023-05-17T17:33:49.279Z",
    "end": "2023-05-17T17:34:57.711Z",
    "duration": 68432,
    "testsRegistered": 1,
    "passPercent": 100,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "38650a50-0510-474c-b208-751d7a752669",
      "title": "",
      "fullFile": null,
      "file": null,
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [
        {
          "title": "Language Change does not link home",
          "fullTitle": "Language Change does not link home",
          "timedOut": null,
          "duration": 66287,
          "state": "passed",
          "speed": "slow",
          "pass": true,
          "fail": false,
          "pending": false,
          "context": null,
          "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy);\n_global2[\"default\"].closeCookiesDynafit(cy); //read the url from the env vars\n\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-title', {\n    force: true\n  }).length > 0) {\n    _global[\"default\"].selectNthTabHeaderMenu(cy, 2, true);\n    _languageChangeDoesNotLinkHome[\"default\"].selectLanguageAndCheckUrl(cy, 1, baseurl);\n  } else {\n    expect(false).to.be[\"true\"];\n  }\n});",
          "err": {},
          "uuid": "2d887040-16b2-4d65-a740-0462c708b15c",
          "parentUUID": "38650a50-0510-474c-b208-751d7a752669",
          "isHook": false,
          "skipped": false
        }
      ],
      "suites": [],
      "passes": [
        "2d887040-16b2-4d65-a740-0462c708b15c"
      ],
      "failures": [],
      "pending": [],
      "skipped": [],
      "duration": 66287,
      "root": true,
      "rootEmpty": false,
      "_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/2/22/reports"
      },
      "version": "6.1.0"
    }
  }
}