{
  "stats": {
    "suites": 1,
    "tests": 3,
    "passes": 0,
    "pending": 0,
    "failures": 3,
    "start": "2022-08-23T11:58:02.214Z",
    "end": "2022-08-23T11:58:32.563Z",
    "duration": 30349,
    "testsRegistered": 3,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "5e44dadc-9861-4cb6-8bc5-f65e540ab784",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "1834bf6a-7c30-4208-bf96-054f2edf620c",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Change password - Desktop",
              "fullTitle": "Test Change password - Desktop",
              "timedOut": null,
              "duration": 10383,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy);\n_global[\"default\"].loginFromHeader(cy, _websiteMonitoring[\"default\"], true);\n_global[\"default\"].enterAccountWithBasicCheck(cy, true);\n_global[\"default\"].clickOnAccountMenuSection(cy, 2, true); //save new username\n\nvar oldPwd = _websiteMonitoring[\"default\"].getConfigValue('password');\nvar newPwd = _websiteMonitoring[\"default\"].getConfigValue('newPassword');\n_changePassword[\"default\"].changePassword(cy, oldPwd, newPwd, true);\n_global[\"default\"].logoutUser(cy, true);\n_global[\"default\"].loginFromHeader(cy, _websiteMonitoring[\"default\"], true, \"newPassword\"); //RESET\n\n_global[\"default\"].clickOnAccountMenuSection(cy, 2, true);\n_changePassword[\"default\"].changePassword(cy, newPwd, oldPwd, true);\n_global[\"default\"].clickOnAccountMenuSection(cy, 1, true);\ncy.get('.account--welcome > h1').contains('Service');",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation--signin > a`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation--signin > a`, but never found it.\n    at Context.eval (https://www.kohl.bz.it/__cypress/tests?p=cypress/integration/shopware5/change-password.js:201:10)",
                "diff": null
              },
              "uuid": "075d87c4-6bbf-4aae-b494-1c83ef073985",
              "parentUUID": "1834bf6a-7c30-4208-bf96-054f2edf620c",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Change password - Mobile",
              "fullTitle": "Test Change password - Mobile",
              "timedOut": null,
              "duration": 8490,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy, 'iphone');\n_global[\"default\"].loginFromHeader(cy, _websiteMonitoring[\"default\"], true);\n_global[\"default\"].enterAccountWithBasicCheck(cy, true);\n_global[\"default\"].clickOnAccountMenuSection(cy, 2, true); //save new username\n\nvar oldPwd = _websiteMonitoring[\"default\"].getConfigValue('password');\nvar newPwd = _websiteMonitoring[\"default\"].getConfigValue('newPassword');\n_changePassword[\"default\"].changePassword(cy, oldPwd, newPwd, true);\n_global[\"default\"].logoutUser(cy, true);\n_global[\"default\"].loginFromHeader(cy, _websiteMonitoring[\"default\"], true, \"newPassword\"); //RESET\n\n_global[\"default\"].clickOnAccountMenuSection(cy, 2, true);\n_changePassword[\"default\"].changePassword(cy, newPwd, oldPwd, true);\n_global[\"default\"].clickOnAccountMenuSection(cy, 1, true);\ncy.get('.account--welcome > h1').contains('Service');",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation--signin > a`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation--signin > a`, but never found it.\n    at Context.eval (https://www.kohl.bz.it/__cypress/tests?p=cypress/integration/shopware5/change-password.js:201:10)",
                "diff": null
              },
              "uuid": "ee997642-d59e-4ff2-9144-82d40a81e33b",
              "parentUUID": "1834bf6a-7c30-4208-bf96-054f2edf620c",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Change password - Tablet",
              "fullTitle": "Test Change password - Tablet",
              "timedOut": null,
              "duration": 9768,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy, 'tablet');\n_global[\"default\"].loginFromHeader(cy, _websiteMonitoring[\"default\"], true);\n_global[\"default\"].enterAccountWithBasicCheck(cy, true);\n_global[\"default\"].clickOnAccountMenuSection(cy, 2, true); //save new username\n\nvar oldPwd = _websiteMonitoring[\"default\"].getConfigValue('password');\nvar newPwd = _websiteMonitoring[\"default\"].getConfigValue('newPassword');\n_changePassword[\"default\"].changePassword(cy, oldPwd, newPwd, true);\n_global[\"default\"].logoutUser(cy, true);\n_global[\"default\"].loginFromHeader(cy, _websiteMonitoring[\"default\"], true, \"newPassword\"); //RESET\n\n_global[\"default\"].clickOnAccountMenuSection(cy, 2, true);\n_changePassword[\"default\"].changePassword(cy, newPwd, oldPwd, true);\n_global[\"default\"].clickOnAccountMenuSection(cy, 1, true);\ncy.get('.account--welcome > h1').contains('Service');",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation--signin > a`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation--signin > a`, but never found it.\n    at Context.eval (https://www.kohl.bz.it/__cypress/tests?p=cypress/integration/shopware5/change-password.js:201:10)",
                "diff": null
              },
              "uuid": "da10f0c0-07fe-44c0-a0bd-e8085b2cc2db",
              "parentUUID": "1834bf6a-7c30-4208-bf96-054f2edf620c",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "075d87c4-6bbf-4aae-b494-1c83ef073985",
            "ee997642-d59e-4ff2-9144-82d40a81e33b",
            "da10f0c0-07fe-44c0-a0bd-e8085b2cc2db"
          ],
          "pending": [],
          "skipped": [],
          "duration": 28641,
          "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/15/9/reports"
      },
      "version": "6.1.0"
    }
  }
}