{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 0,
    "pending": 0,
    "failures": 1,
    "start": "2022-05-13T10:26:07.083Z",
    "end": "2022-05-13T10:26:34.984Z",
    "duration": 27901,
    "testsRegistered": 1,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "404cad90-26e3-4913-9bd0-a4fa09976d82",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "4fb1868c-2d4d-467b-875d-0a9fad620bf2",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Search bar preview",
              "fullTitle": "Test Search bar preview",
              "timedOut": null,
              "duration": 26030,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy); //set desktop\n\n_websiteMonitoring[\"default\"].setViewport(cy);\ncy.wait(2000);\ncy.get(\"body\").then(function ($body) {\n  if ($body.find('.cookie-permission--button')) {\n    cy.get('.cookie-permission--accept-button').first().click({\n      force: true\n    });\n  } //type the search\n\n  cy.get('.main-search--form > input[type=\"search\"]:visible').type('artike').type('{enter}'); //assertions\n  cy.get('.headline--product-count').then(function ($span) {\n    if ($span.text() > 0) {\n      expect(true).to.equal(true);\n    } else {\n      expect(true).to.equal(false);\n    }\n  });\n});",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.headline--product-count`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.headline--product-count`, but never found it.\n    at Context.eval (https://www.romneys.de/__cypress/tests?p=cypress/integration/shopware5/romneys/searchbar-on-enter.js:30:10)",
                "diff": null
              },
              "uuid": "5969d365-3efa-4e41-84b8-b277e26b2a4b",
              "parentUUID": "4fb1868c-2d4d-467b-875d-0a9fad620bf2",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "5969d365-3efa-4e41-84b8-b277e26b2a4b"
          ],
          "pending": [],
          "skipped": [],
          "duration": 26030,
          "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/12/32/reports"
      },
      "version": "6.1.0"
    }
  }
}