{
  "stats": {
    "suites": 1,
    "tests": 3,
    "passes": 0,
    "pending": 0,
    "failures": 3,
    "start": "2023-01-10T10:10:40.706Z",
    "end": "2023-01-10T10:11:11.973Z",
    "duration": 31267,
    "testsRegistered": 3,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "7266d5f1-53bd-4cc6-bab6-b53a1f111b43",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "c1c43c74-d842-4a96-b819-105f78ffc240",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "PDP/PLP - Add to wishlist - Desktop",
              "fullTitle": "Test PDP/PLP - Add to wishlist - Desktop",
              "timedOut": null,
              "duration": 10467,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy); // read the url from the env vars\n\nvar baseurl = _websiteMonitoring[\"default\"].readEnvVariable('url');\n_addToWishlist[\"default\"].addWishlist(cy, baseurl);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.product--actions > form > button`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.product--actions > form > button`, but never found it.\n    at Context.eval (https://www.daunenstep.com/__cypress/tests?p=cypress/integration/shopware5/add-to-wishlist.js:74:14)",
                "diff": null
              },
              "uuid": "180e155a-53b5-4415-897f-b4d1411208c3",
              "parentUUID": "c1c43c74-d842-4a96-b819-105f78ffc240",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "PDP/PLP - Add to wishlist - Mobile",
              "fullTitle": "Test PDP/PLP - Add to wishlist - Mobile",
              "timedOut": null,
              "duration": 9631,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy, 'iphone'); // read the url from the env vars\n\nvar baseurl = _websiteMonitoring[\"default\"].readEnvVariable('url');\n_addToWishlist[\"default\"].addWishlist(cy, baseurl);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.product--actions > form > button`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.product--actions > form > button`, but never found it.\n    at Context.eval (https://www.daunenstep.com/__cypress/tests?p=cypress/integration/shopware5/add-to-wishlist.js:74:14)",
                "diff": null
              },
              "uuid": "a88795a2-5082-461a-9e76-5406a4fe0152",
              "parentUUID": "c1c43c74-d842-4a96-b819-105f78ffc240",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "PDP/PLP - Add to wishlist - Tablet",
              "fullTitle": "Test PDP/PLP - Add to wishlist - Tablet",
              "timedOut": null,
              "duration": 9228,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy, 'tablet'); // read the url from the env vars\n\nvar baseurl = _websiteMonitoring[\"default\"].readEnvVariable('url');\n_addToWishlist[\"default\"].addWishlist(cy, baseurl);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.product--actions > form > button`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.product--actions > form > button`, but never found it.\n    at Context.eval (https://www.daunenstep.com/__cypress/tests?p=cypress/integration/shopware5/add-to-wishlist.js:74:14)",
                "diff": null
              },
              "uuid": "735b6d3a-830b-4808-87f5-2335267f61b4",
              "parentUUID": "c1c43c74-d842-4a96-b819-105f78ffc240",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "180e155a-53b5-4415-897f-b4d1411208c3",
            "a88795a2-5082-461a-9e76-5406a4fe0152",
            "735b6d3a-830b-4808-87f5-2335267f61b4"
          ],
          "pending": [],
          "skipped": [],
          "duration": 29326,
          "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/9/59/reports"
      },
      "version": "6.1.0"
    }
  }
}