{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 0,
    "pending": 0,
    "failures": 1,
    "start": "2022-04-13T07:58:56.664Z",
    "end": "2022-04-13T07:59:10.795Z",
    "duration": 14131,
    "testsRegistered": 1,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "d13917b9-73ef-4204-a378-3a71d41b0277",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "301274da-45a6-4a5b-8987-fb94c42d5a25",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Search bar on enter",
              "fullTitle": "Test Search bar on enter",
              "timedOut": null,
              "duration": 10435,
              "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').type('{enter}'); //assertions\ncy.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});",
              "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://italiatella.com/__cypress/tests?p=cypress/integration/shopware5/searchbar-on-enter.js:22:8)",
                "diff": null
              },
              "uuid": "1f236616-0f32-4df0-bd15-a9da55322df0",
              "parentUUID": "301274da-45a6-4a5b-8987-fb94c42d5a25",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "1f236616-0f32-4df0-bd15-a9da55322df0"
          ],
          "pending": [],
          "skipped": [],
          "duration": 10435,
          "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/19/32/reports"
      },
      "version": "6.1.0"
    }
  }
}