{
  "stats": {
    "suites": 1,
    "tests": 3,
    "passes": 0,
    "pending": 0,
    "failures": 3,
    "start": "2022-06-24T06:28:40.558Z",
    "end": "2022-06-24T06:29:25.244Z",
    "duration": 44686,
    "testsRegistered": 3,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "3e3104a2-cd31-4d6d-9edd-9dde89e30ffd",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "6520c695-c052-4a21-9233-cd03202f9494",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "ADD TO cart FROM LIST works, IF available - Desktop",
              "fullTitle": "Test ADD TO cart FROM LIST works, IF available - Desktop",
              "timedOut": null,
              "duration": 22516,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy);\n_global2[\"default\"].selectNthTabHeaderMenu(cy, 3, true);\n_addFromList[\"default\"].addProductToCartFromList(cy, 0, true, false, true);\ncy.get('.column--quantity form .select-field select').should('have.value', 1);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.product--box .box--content .product--price-info .product--price-outer .product--price > span`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.product--box .box--content .product--price-info .product--price-outer .product--price > span`, but never found it.\n    at Context.eval (https://www.ludwig-therese.de/__cypress/tests?p=cypress/integration/shopware5/ludwig-therese/add-from-list.js:337:12)",
                "diff": null
              },
              "uuid": "43748f33-f4c6-4e0a-b6bf-590ca4286965",
              "parentUUID": "6520c695-c052-4a21-9233-cd03202f9494",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "ADD TO cart FROM LIST works, IF available - Mobile",
              "fullTitle": "Test ADD TO cart FROM LIST works, IF available - Mobile",
              "timedOut": null,
              "duration": 9958,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy, 'iphone');\n_global2[\"default\"].selectNthTabHeaderMenu(cy, 3, true);\n_addFromList[\"default\"].addProductToCartFromList(cy, 0, true, false, true);\ncy.get('.column--quantity form .select-field select').should('have.value', 1);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.product--box .box--content .product--price-info .product--price-outer .product--price > span`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.product--box .box--content .product--price-info .product--price-outer .product--price > span`, but never found it.\n    at Context.eval (https://www.ludwig-therese.de/__cypress/tests?p=cypress/integration/shopware5/ludwig-therese/add-from-list.js:337:12)",
                "diff": null
              },
              "uuid": "ec6677fc-7557-4079-86c7-bf649fd71ae0",
              "parentUUID": "6520c695-c052-4a21-9233-cd03202f9494",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "ADD TO cart FROM LIST works, IF available - Tablet",
              "fullTitle": "Test ADD TO cart FROM LIST works, IF available - Tablet",
              "timedOut": null,
              "duration": 10034,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy, 'tablet');\n_global2[\"default\"].selectNthTabHeaderMenu(cy, 3, true);\n_addFromList[\"default\"].addProductToCartFromList(cy, 0, true, false, true);\ncy.get('.column--quantity form .select-field select').should('have.value', 1);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.product--box .box--content .product--price-info .product--price-outer .product--price > span`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.product--box .box--content .product--price-info .product--price-outer .product--price > span`, but never found it.\n    at Context.eval (https://www.ludwig-therese.de/__cypress/tests?p=cypress/integration/shopware5/ludwig-therese/add-from-list.js:337:12)",
                "diff": null
              },
              "uuid": "90435a69-20b1-41e2-b225-083cbfd438b8",
              "parentUUID": "6520c695-c052-4a21-9233-cd03202f9494",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "43748f33-f4c6-4e0a-b6bf-590ca4286965",
            "ec6677fc-7557-4079-86c7-bf649fd71ae0",
            "90435a69-20b1-41e2-b225-083cbfd438b8"
          ],
          "pending": [],
          "skipped": [],
          "duration": 42508,
          "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/77/reports"
      },
      "version": "6.1.0"
    }
  }
}