{
  "stats": {
    "suites": 1,
    "tests": 3,
    "passes": 0,
    "pending": 0,
    "failures": 3,
    "start": "2025-04-07T15:30:54.239Z",
    "end": "2025-04-07T15:31:20.066Z",
    "duration": 25827,
    "testsRegistered": 3,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "7a998ab3-f962-478c-b861-7cb60ff7651f",
      "title": "",
      "fullFile": "cypress/e2e/shopware6/remove-product-from-basket-view.js",
      "file": "cypress/e2e/shopware6/remove-product-from-basket-view.js",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "483bface-dc09-42ca-bcf0-9c150ed5041a",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Remove Product from cart - Basket view - Desktop",
              "fullTitle": "Test Remove Product from cart - Basket view - Desktop",
              "timedOut": null,
              "duration": 8804,
              "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.selectNthTabHeaderMenu(cy, 3, true);\n_global.default.selectNthProductFromListing(cy, 1, true);\n_global.default.addProductToCart(cy, 0, true, false, true);\n//checks the current quantity and then after having removed the product, checks that the cart is empty\n_removeProductFromBasketView.default.checkQuantityAndRemoveProduct(cy, 1);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.cart-item-quantity-container > .custom-select`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.cart-item-quantity-container > .custom-select`, but never found it.\n    at Object.checkQuantityAndRemoveProduct (webpack://cypress-website-monitoring/./cypress/steps/shopware6/remove-product-from-basket-view.js:11:65)\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/e2e/shopware6/remove-product-from-basket-view.js:20:23)",
                "diff": null
              },
              "uuid": "a7692794-5872-432d-89d5-d2cb0c89f124",
              "parentUUID": "483bface-dc09-42ca-bcf0-9c150ed5041a",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Remove Product from cart - Basket view - Mobile",
              "fullTitle": "Test Remove Product from cart - Basket view - Mobile",
              "timedOut": null,
              "duration": 6751,
              "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.selectNthTabHeaderMenu(cy, 3, true);\n_global.default.selectNthProductFromListing(cy, 1, true);\n_global.default.addProductToCart(cy, 0, true, false, true);\n//checks the current quantity and then after having removed the product, checks that the cart is empty\n_removeProductFromBasketView.default.checkQuantityAndRemoveProduct(cy, 1);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.cart-item-quantity-container > .custom-select`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.cart-item-quantity-container > .custom-select`, but never found it.\n    at Object.checkQuantityAndRemoveProduct (webpack://cypress-website-monitoring/./cypress/steps/shopware6/remove-product-from-basket-view.js:11:65)\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/e2e/shopware6/remove-product-from-basket-view.js:32:23)",
                "diff": null
              },
              "uuid": "e8f42561-1bec-465d-9561-ee058aad190e",
              "parentUUID": "483bface-dc09-42ca-bcf0-9c150ed5041a",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Remove Product from cart - Basket view - Tablet",
              "fullTitle": "Test Remove Product from cart - Basket view - Tablet",
              "timedOut": null,
              "duration": 6394,
              "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.selectNthTabHeaderMenu(cy, 3, true);\n_global.default.selectNthProductFromListing(cy, 1, true);\n_global.default.addProductToCart(cy, 0, true, false, true);\n//checks the current quantity and then after having removed the product, checks that the cart is empty\n_removeProductFromBasketView.default.checkQuantityAndRemoveProduct(cy, 1);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.cart-item-quantity-container > .custom-select`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.cart-item-quantity-container > .custom-select`, but never found it.\n    at Object.checkQuantityAndRemoveProduct (webpack://cypress-website-monitoring/./cypress/steps/shopware6/remove-product-from-basket-view.js:11:65)\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/e2e/shopware6/remove-product-from-basket-view.js:44:23)",
                "diff": null
              },
              "uuid": "bf26f0f1-31d9-4336-ab8a-388c7c61c0a2",
              "parentUUID": "483bface-dc09-42ca-bcf0-9c150ed5041a",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "a7692794-5872-432d-89d5-d2cb0c89f124",
            "e8f42561-1bec-465d-9561-ee058aad190e",
            "bf26f0f1-31d9-4336-ab8a-388c7c61c0a2"
          ],
          "pending": [],
          "skipped": [],
          "duration": 21949,
          "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.3"
    },
    "marge": {
      "options": {
        "reportDir": "cypress/results/45/31/reports",
        "overwrite": true,
        "html": true,
        "json": true
      },
      "version": "6.2.0"
    }
  }
}