{
  "stats": {
    "suites": 1,
    "tests": 3,
    "passes": 0,
    "pending": 0,
    "failures": 3,
    "start": "2022-06-24T09:44:55.602Z",
    "end": "2022-06-24T09:45:36.019Z",
    "duration": 40417,
    "testsRegistered": 3,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "d968ed7e-869c-4826-a5af-258dac756909",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "fd7883a4-29c1-4da2-9103-4ab62c890561",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Client registration check - Desktop",
              "fullTitle": "Test Client registration check - Desktop",
              "timedOut": null,
              "duration": 13839,
              "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\"].enterRegistrationPage(cy, true);\n_clientRegistrationCheck[\"default\"].registerNewAccount(cy, _websiteMonitoring[\"default\"], true);\ncy.get('.account--welcome .panel--title').contains('fede fede');",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.account--welcome .panel--title`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.account--welcome .panel--title`, but never found it.\n    at Context.eval (https://www.ludwig-therese.de/__cypress/tests?p=cypress/integration/shopware5/ludwig-therese/client-registration-check.js:26:8)",
                "diff": null
              },
              "uuid": "24bceb65-b523-4527-af9d-b8490bb6a9c5",
              "parentUUID": "fd7883a4-29c1-4da2-9103-4ab62c890561",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Client registration check - Mobile",
              "fullTitle": "Test Client registration check - Mobile",
              "timedOut": null,
              "duration": 11372,
              "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\"].enterRegistrationPage(cy, true);\n_clientRegistrationCheck[\"default\"].registerNewAccount(cy, _websiteMonitoring[\"default\"], true);\ncy.get('.account--welcome .panel--title').contains('fede fede');",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.account--welcome .panel--title`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.account--welcome .panel--title`, but never found it.\n    at Context.eval (https://www.ludwig-therese.de/__cypress/tests?p=cypress/integration/shopware5/ludwig-therese/client-registration-check.js:37:8)",
                "diff": null
              },
              "uuid": "8e116b63-98fd-43b3-90f8-11a10c65ed3c",
              "parentUUID": "fd7883a4-29c1-4da2-9103-4ab62c890561",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Client registration check - Tablet",
              "fullTitle": "Test Client registration check - Tablet",
              "timedOut": null,
              "duration": 13127,
              "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\"].enterRegistrationPage(cy, true);\n_clientRegistrationCheck[\"default\"].registerNewAccount(cy, _websiteMonitoring[\"default\"], true);\ncy.get('.account--welcome .panel--title').contains('fede fede');",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.account--welcome .panel--title`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.account--welcome .panel--title`, but never found it.\n    at Context.eval (https://www.ludwig-therese.de/__cypress/tests?p=cypress/integration/shopware5/ludwig-therese/client-registration-check.js:48:8)",
                "diff": null
              },
              "uuid": "f68ad7e4-3cef-460e-9b6c-2ca8b44a2029",
              "parentUUID": "fd7883a4-29c1-4da2-9103-4ab62c890561",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "24bceb65-b523-4527-af9d-b8490bb6a9c5",
            "8e116b63-98fd-43b3-90f8-11a10c65ed3c",
            "f68ad7e4-3cef-460e-9b6c-2ca8b44a2029"
          ],
          "pending": [],
          "skipped": [],
          "duration": 38338,
          "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/12/reports"
      },
      "version": "6.1.0"
    }
  }
}