{
  "stats": {
    "suites": 1,
    "tests": 3,
    "passes": 0,
    "pending": 0,
    "failures": 3,
    "start": "2025-05-12T15:13:24.581Z",
    "end": "2025-05-12T15:13:42.971Z",
    "duration": 18390,
    "testsRegistered": 3,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "1409b9d1-dc81-470f-97ea-8f9fdeab72b8",
      "title": "",
      "fullFile": "cypress/e2e/shopware6/searchbar-preview.js",
      "file": "cypress/e2e/shopware6/searchbar-preview.js",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "988374af-4cf2-4737-ab82-21cf775c8884",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Search bar preview - Desktop",
              "fullTitle": "Test Search bar preview - Desktop",
              "timedOut": null,
              "duration": 5682,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring.default.visitDomain(cy);\n_websiteMonitoring.default.setViewport(cy);\ncy.get('.input-group > .form-control[type=\"search\"]').type('haupt');\ncy.get('.search-suggest-total-count').invoke('text').then($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: `.search-suggest-total-count`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.search-suggest-total-count`, but never found it.\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/e2e/shopware6/searchbar-preview.js:15:11)",
                "diff": null
              },
              "uuid": "4fcdffd2-8950-467e-bae2-fcfec38e8c71",
              "parentUUID": "988374af-4cf2-4737-ab82-21cf775c8884",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Search bar preview - Mobile",
              "fullTitle": "Test Search bar preview - Mobile",
              "timedOut": null,
              "duration": 5098,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring.default.visitDomain(cy);\n_websiteMonitoring.default.setViewport(cy, 'iphone');\ncy.get('.search-toggle > .btn').click({\n  force: true\n});\ncy.get('.input-group > .form-control[type=\"search\"]').type('haupt');\ncy.get('.search-suggest-total-count').invoke('text').then($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: `.search-suggest-total-count`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.search-suggest-total-count`, but never found it.\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/e2e/shopware6/searchbar-preview.js:32:11)",
                "diff": null
              },
              "uuid": "f28d8064-1f77-48aa-9b33-f891bded9164",
              "parentUUID": "988374af-4cf2-4737-ab82-21cf775c8884",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Search bar preview - Tablet",
              "fullTitle": "Test Search bar preview - Tablet",
              "timedOut": null,
              "duration": 5124,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring.default.visitDomain(cy);\n_websiteMonitoring.default.setViewport(cy, 'tablet');\ncy.get('.input-group > .form-control[type=\"search\"]').type('haupt');\ncy.get('.search-suggest-total-count').invoke('text').then($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: `.search-suggest-total-count`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `.search-suggest-total-count`, but never found it.\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/e2e/shopware6/searchbar-preview.js:48:11)",
                "diff": null
              },
              "uuid": "cff1503e-290b-4b1b-8319-bc469f437395",
              "parentUUID": "988374af-4cf2-4737-ab82-21cf775c8884",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "4fcdffd2-8950-467e-bae2-fcfec38e8c71",
            "f28d8064-1f77-48aa-9b33-f891bded9164",
            "cff1503e-290b-4b1b-8319-bc469f437395"
          ],
          "pending": [],
          "skipped": [],
          "duration": 15904,
          "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.3"
    },
    "marge": {
      "options": {
        "reportDir": "cypress/results/48/33/reports",
        "overwrite": true,
        "html": true,
        "json": true
      },
      "version": "6.2.0"
    }
  }
}