{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 0,
    "pending": 0,
    "failures": 1,
    "start": "2022-04-14T06:39:50.133Z",
    "end": "2022-04-14T06:40:04.944Z",
    "duration": 14811,
    "testsRegistered": 1,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "2dc00dbd-30e0-42b2-9016-534012a28144",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "2ec6c3b3-daf4-464c-aace-d31de7445744",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Search bar preview",
              "fullTitle": "Test Search bar preview",
              "timedOut": null,
              "duration": 12815,
              "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); //type the search\n\ncy.get('.main-search--form > input[type=\"search\"]').type('artike'); //assertions\ncy.get('.entry--all-results-number').invoke('text').then(function ($span) {\n  $span = $span.match(/\\d+/);\n  if ($span[0] > 0) {\n    expect(true).to.equal(true);\n  } else {\n    expect(true).to.equal(false);\n  }\n});",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.entry--all-results-number`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.entry--all-results-number`, but never found it.\n    at Context.eval (https://kaminlicht.de/__cypress/tests?p=cypress/integration/shopware5/searchbar-preview.js:22:8)",
                "diff": null
              },
              "uuid": "05859e6e-adb7-4533-b3c3-e419cfafb87f",
              "parentUUID": "2ec6c3b3-daf4-464c-aace-d31de7445744",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "05859e6e-adb7-4533-b3c3-e419cfafb87f"
          ],
          "pending": [],
          "skipped": [],
          "duration": 12815,
          "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/20/33/reports"
      },
      "version": "6.1.0"
    }
  }
}