{
  "stats": {
    "suites": 1,
    "tests": 3,
    "passes": 0,
    "pending": 0,
    "failures": 3,
    "start": "2025-04-07T15:49:53.691Z",
    "end": "2025-04-07T15:50:18.485Z",
    "duration": 24794,
    "testsRegistered": 3,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "c4f3cf64-abf2-4710-9c46-7fa1fea7d890",
      "title": "",
      "fullFile": "cypress/e2e/shopware6/add-remove-product-from-cart.js",
      "file": "cypress/e2e/shopware6/add-remove-product-from-cart.js",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "d38f40a1-71c7-4c2a-a139-f31c662d5d33",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Add / remove product from cart - Desktop",
              "fullTitle": "Test Add / remove product from cart - Desktop",
              "timedOut": null,
              "duration": 8302,
              "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_addRemoveProductFromCart.default.checkPriceOneProductCart(cy, 1, true);\ncy.get('button.cart-item-remove-button').click({\n  force: true\n});\n_global.default.containsElementWithText('Ihr Warenkorb ist leer.', 'Your shopping cart is empty.', 'Il carrello è vuoto.');",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `form > select[name=\"quantity\"] > option[selected=\"selected\"]`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `form > select[name=\"quantity\"] > option[selected=\"selected\"]`, but never found it.\n    at Object.checkPriceOneProductCart (webpack://cypress-website-monitoring/./cypress/steps/shopware6/add-remove-product-from-cart.js:12:11)\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/e2e/shopware6/add-remove-product-from-cart.js:19:23)",
                "diff": null
              },
              "uuid": "a4b67e2b-7ea7-4673-9032-ff04e77e97fe",
              "parentUUID": "d38f40a1-71c7-4c2a-a139-f31c662d5d33",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Add / remove product from cart - Mobile",
              "fullTitle": "Test Add / remove product from cart - Mobile",
              "timedOut": null,
              "duration": 6640,
              "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_addRemoveProductFromCart.default.checkPriceOneProductCart(cy, 1, true);\ncy.get('button.cart-item-remove-button').click({\n  force: true\n});\n_global.default.containsElementWithText('Ihr Warenkorb ist leer.', 'Your shopping cart is empty.', 'Il carrello è vuoto.');",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `form > select[name=\"quantity\"] > option[selected=\"selected\"]`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `form > select[name=\"quantity\"] > option[selected=\"selected\"]`, but never found it.\n    at Object.checkPriceOneProductCart (webpack://cypress-website-monitoring/./cypress/steps/shopware6/add-remove-product-from-cart.js:12:11)\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/e2e/shopware6/add-remove-product-from-cart.js:36:23)",
                "diff": null
              },
              "uuid": "cfe6a6ee-89c9-40b5-860f-7e84e3f5ee0b",
              "parentUUID": "d38f40a1-71c7-4c2a-a139-f31c662d5d33",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Add / remove product from cart - Tablet",
              "fullTitle": "Test Add / remove product from cart - Tablet",
              "timedOut": null,
              "duration": 6440,
              "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_addRemoveProductFromCart.default.checkPriceOneProductCart(cy, 1, true);\ncy.get('button.cart-item-remove-button').click({\n  force: true\n});\n_global.default.containsElementWithText('Ihr Warenkorb ist leer.', 'Your shopping cart is empty.', 'Il carrello è vuoto.');",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `form > select[name=\"quantity\"] > option[selected=\"selected\"]`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `form > select[name=\"quantity\"] > option[selected=\"selected\"]`, but never found it.\n    at Object.checkPriceOneProductCart (webpack://cypress-website-monitoring/./cypress/steps/shopware6/add-remove-product-from-cart.js:12:11)\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/e2e/shopware6/add-remove-product-from-cart.js:53:23)",
                "diff": null
              },
              "uuid": "8ba4d32b-0c11-429a-bb26-afccc83af39a",
              "parentUUID": "d38f40a1-71c7-4c2a-a139-f31c662d5d33",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "a4b67e2b-7ea7-4673-9032-ff04e77e97fe",
            "cfe6a6ee-89c9-40b5-860f-7e84e3f5ee0b",
            "8ba4d32b-0c11-429a-bb26-afccc83af39a"
          ],
          "pending": [],
          "skipped": [],
          "duration": 21382,
          "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/8/reports",
        "overwrite": true,
        "html": true,
        "json": true
      },
      "version": "6.2.0"
    }
  }
}