{
  "stats": {
    "suites": 1,
    "tests": 3,
    "passes": 3,
    "pending": 0,
    "failures": 0,
    "start": "2025-04-07T13:20:19.160Z",
    "end": "2025-04-07T13:20:29.293Z",
    "duration": 10133,
    "testsRegistered": 3,
    "passPercent": 100,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "9655aabd-8fe1-4169-adcd-dc746eb1b91d",
      "title": "",
      "fullFile": "cypress/e2e/shopware6/searchbar-preview.js",
      "file": "cypress/e2e/shopware6/searchbar-preview.js",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "d0496c3d-1d02-4e0a-95cb-7ebfbf236124",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Search bar preview - Desktop",
              "fullTitle": "Test Search bar preview - Desktop",
              "timedOut": null,
              "duration": 3306,
              "state": "passed",
              "speed": "fast",
              "pass": true,
              "fail": false,
              "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": {},
              "uuid": "77834e02-4850-405d-9402-360a39a314d5",
              "parentUUID": "d0496c3d-1d02-4e0a-95cb-7ebfbf236124",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Search bar preview - Mobile",
              "fullTitle": "Test Search bar preview - Mobile",
              "timedOut": null,
              "duration": 2096,
              "state": "passed",
              "speed": "fast",
              "pass": true,
              "fail": false,
              "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": {},
              "uuid": "a3dd345f-90e3-4190-b60d-3d8114f2cca0",
              "parentUUID": "d0496c3d-1d02-4e0a-95cb-7ebfbf236124",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Search bar preview - Tablet",
              "fullTitle": "Test Search bar preview - Tablet",
              "timedOut": null,
              "duration": 2086,
              "state": "passed",
              "speed": "fast",
              "pass": true,
              "fail": false,
              "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": {},
              "uuid": "7cb0ce58-2e2c-4d98-bc90-bba2ce7c3065",
              "parentUUID": "d0496c3d-1d02-4e0a-95cb-7ebfbf236124",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [
            "77834e02-4850-405d-9402-360a39a314d5",
            "a3dd345f-90e3-4190-b60d-3d8114f2cca0",
            "7cb0ce58-2e2c-4d98-bc90-bba2ce7c3065"
          ],
          "failures": [],
          "pending": [],
          "skipped": [],
          "duration": 7488,
          "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/46/33/reports",
        "overwrite": true,
        "html": true,
        "json": true
      },
      "version": "6.2.0"
    }
  }
}