{
  "stats": {
    "suites": 1,
    "tests": 10,
    "passes": 4,
    "pending": 0,
    "failures": 6,
    "start": "2022-08-23T11:12:24.122Z",
    "end": "2022-08-23T11:13:23.872Z",
    "duration": 59750,
    "testsRegistered": 10,
    "passPercent": 40,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "4af6b2a7-9dc8-4e58-a0a1-34df716826ad",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "d8746c7a-6692-4ce5-9a4c-297dd63a864e",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Seo basic h1 check",
              "fullTitle": "Test Seo basic h1 check",
              "timedOut": null,
              "duration": 16066,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy); //read the url from the env vars\n\nvar baseurl = _websiteMonitoring[\"default\"].readEnvVariable('url');\n_seoBasic[\"default\"].checkH1(cy, baseurl);",
              "err": {
                "message": "CypressError: `cy.visit()` failed because you are attempting to visit a URL that is of a different origin.\n\nThe new URL is considered a different origin because the following parts of the URL are different:\n\n  > protocol, superdomain\n\nYou may only `cy.visit()` same-origin URLs within a single test.\n\nThe previous URL you visited was:\n\n  > 'https://www.kohl.bz.it'\n\nYou're attempting to visit this URL:\n\n  > 'null'\n\nYou may need to restructure some of your test code to avoid this problem.\n\nhttps://on.cypress.io/cannot-visit-different-origin-domain",
                "estack": "CypressError: `cy.visit()` failed because you are attempting to visit a URL that is of a different origin.\n\nThe new URL is considered a different origin because the following parts of the URL are different:\n\n  > protocol, superdomain\n\nYou may only `cy.visit()` same-origin URLs within a single test.\n\nThe previous URL you visited was:\n\n  > 'https://www.kohl.bz.it'\n\nYou're attempting to visit this URL:\n\n  > 'null'\n\nYou may need to restructure some of your test code to avoid this problem.\n\nhttps://on.cypress.io/cannot-visit-different-origin-domain\n    at cannotVisitDifferentOrigin (https://www.kohl.bz.it/__cypress/runner/cypress_runner.js:158308:72)\n    at go (https://www.kohl.bz.it/__cypress/runner/cypress_runner.js:159135:18)\n    at visit (https://www.kohl.bz.it/__cypress/runner/cypress_runner.js:159325:16)\n    at Context.visit (https://www.kohl.bz.it/__cypress/runner/cypress_runner.js:159328:14)\nFrom Your Spec Code:\n    at Context.eval (https://www.kohl.bz.it/__cypress/tests?p=cypress/integration/generic/seo-basic.js:137:16)",
                "diff": null
              },
              "uuid": "e0123d10-b66e-45db-9720-60bcff2be142",
              "parentUUID": "d8746c7a-6692-4ce5-9a4c-297dd63a864e",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Seo basic h2 check",
              "fullTitle": "Test Seo basic h2 check",
              "timedOut": null,
              "duration": 7753,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy);\nvar baseurl = _websiteMonitoring[\"default\"].readEnvVariable('url');\n_seoBasic[\"default\"].checkH2(cy, baseurl);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `:visible`, but never found it. Queried from element: [ <h2>, 3 more... ]",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `:visible`, but never found it. Queried from element: [ <h2>, 3 more... ]\n    at Context.eval (https://www.kohl.bz.it/__cypress/tests?p=cypress/integration/generic/seo-basic.js:160:50)",
                "diff": null
              },
              "uuid": "adf8c1cd-2c3b-47d4-b850-263c7124fb7f",
              "parentUUID": "d8746c7a-6692-4ce5-9a4c-297dd63a864e",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Head description not empty and max 160 char",
              "fullTitle": "Test Head description not empty and max 160 char",
              "timedOut": null,
              "duration": 1088,
              "state": "passed",
              "speed": "fast",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy); //check whether the meta tag \"description\" is present, populated and longer than 160 chars\n\ncy.get('head meta[name=description]').invoke('attr', 'content').should('not.be.empty').and('have.length.of.at.most', 160);",
              "err": {},
              "uuid": "92d0afd7-8933-4d7d-9cfd-737cecea98cf",
              "parentUUID": "d8746c7a-6692-4ce5-9a4c-297dd63a864e",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Head title not empty and max 55 char",
              "fullTitle": "Test Head title not empty and max 55 char",
              "timedOut": null,
              "duration": 883,
              "state": "passed",
              "speed": "fast",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy); //check whether the meta tag \"title\" is present, populated and longer than 55 chars\n\ncy.get('head > meta[property=\"og:title\"]').invoke('attr', 'content').should('not.be.empty').and('have.length.of.at.most', 55);",
              "err": {},
              "uuid": "212d11c7-7cc2-4219-93f4-fbc8ce1efc29",
              "parentUUID": "d8746c7a-6692-4ce5-9a4c-297dd63a864e",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Loading time is too high",
              "fullTitle": "Test Loading time is too high",
              "timedOut": null,
              "duration": 303,
              "state": "passed",
              "speed": "fast",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "var loadTime = window.performance.timing.domComplete - window.performance.timing.requestStart;\ncy.log(\"Loadingtime: \" + loadTime + \"ms\");\nif (loadTime > 2000) {\n  expect(false).to.be[\"true\"];\n} else {\n  expect(true).to.be[\"true\"];\n}",
              "err": {},
              "uuid": "8aaf6ac8-6de2-4950-8b2d-762708d5eb44",
              "parentUUID": "d8746c7a-6692-4ce5-9a4c-297dd63a864e",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Check paragraph length",
              "fullTitle": "Test Check paragraph length",
              "timedOut": null,
              "duration": 1534,
              "state": "passed",
              "speed": "fast",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy);\nvar baseurl = _websiteMonitoring[\"default\"].readEnvVariable('url');\n_seoBasic[\"default\"].checkParagraphLength(cy, baseurl);",
              "err": {},
              "uuid": "fb046e81-ef1f-4e10-88e2-b3410e46f725",
              "parentUUID": "d8746c7a-6692-4ce5-9a4c-297dd63a864e",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "CHECK url word in page",
              "fullTitle": "Test CHECK url word in page",
              "timedOut": null,
              "duration": 13172,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy);\nvar baseurl = _websiteMonitoring[\"default\"].readEnvVariable('url');\n_seoBasic[\"default\"].urlWordInPage(cy, baseurl);",
              "err": {
                "message": "CypressError: `cy.request()` failed on:\n\nhttps://www.kohl.bz.it/javascript:GoToPageOrOpenSection('/de/wir/',35)\n\nThe response we received from your web server was:\n\n  > 404: Not Found\n\nThis was considered a failure because the status code was not `2xx` or `3xx`.\n\nIf you do not want status codes to cause failures pass the option: `failOnStatusCode: false`\n\n-----------------------------------------------------------\n\nThe request we sent was:\n\nMethod: GET\nURL: https://www.kohl.bz.it/javascript:GoToPageOrOpenSection('/de/wir/',35)\nHeaders: {\n  \"Connection\": \"keep-alive\",\n  \"user-agent\": \"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/9.5.1 Chrome/94.0.4606.81 Electron/15.3.4 Safari/537.36\",\n  \"accept\": \"*/*\",\n  \"cookie\": \"_gat=1; _gid=GA1.1.925034719.1661253175; _fbp=fb.2.1661253174580.1395105733; _ga=GA1.1.1731263519.1661253175; __csrf_token-1=GVWmHJjPm8FxFuBC2hLffwrX2UkDCH; x-ua-device=desktop; smartMCJar=[{\\\"mc_eid\\\":\\\"not_present\\\",\\\"visit\\\":\\\"2022-8-23T11:12:00Z\\\"}]; session-1=rq7avafq09v8g0l39n2p1ccgut\",\n  \"accept-encoding\": \"gzip, deflate\"\n}\n\n-----------------------------------------------------------\n\nThe response we got was:\n\nStatus: 404 - Not Found\nHeaders: {\n  \"server\": \"nginx\",\n  \"date\": \"Tue, 23 Aug 2022 11:13:06 GMT\",\n  \"content-type\": \"text/html; charset=UTF-8\",\n  \"transfer-encoding\": \"chunked\",\n  \"connection\": \"keep-alive\",\n  \"vary\": \"Accept-Encoding\",\n  \"x-powered-by\": \"PHP/7.4.16\",\n  \"x-content-digest\": \"enc177bcc692c38e3a67a8c5ceba60603b2b952b837e320a3965bece80f07fccc9\",\n  \"age\": \"1453\",\n  \"cache-control\": \"no-cache, private\",\n  \"set-cookie\": [\n    \"x-cache-context-hash=deleted; expires=Mon, 23-Aug-2021 11:13:05 GMT; Max-Age=0; path=/; httponly\",\n    \"nocache=deleted; expires=Mon, 23-Aug-2021 11:13:05 GMT; Max-Age=0; path=/; secure; httponly\"\n  ],\n  \"x-frame-options\": \"SAMEORIGIN\",\n  \"content-encoding\": \"gzip\"\n}\nBody: <!DOCTYPE html> <html class=\"no-js\" lang=\"de\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WebPage\"> <head> <meta charset=\"utf-8\"> <meta name=\"author\" content=\"\" /> <meta name=\"robots\" content=\"index,follow\" /> <meta name=\"revisit-after\" content=\"15 days\" /> <meta name=\"keywords\" content=\"\" /> <meta name=\"description\" content=\"Premium Apfelsaft ohne Zusatzstoffe &amp; Zuckerzusatz aus den Bergen Südtirols: eine feine Erfrischung für Zwischendurch und ein zeitgemäßer Speisen…\" /> <meta property=\"og:type\" content=\"website\" /> <meta property=\"og:site_name\" content=\"Kohl - Bergapfelsäfte\" /> <meta property=\"og:title\" content=\"Kohl - Bergapfelsäfte\" /> <meta property=\"og:description\" content=\"Premium Apfelsaft ohne Zusatzstoffe &amp; Zuckerzusatz aus den Bergen Südtirols: eine feine Erfrischung für Zwischendurch und ein zeitgemäßer Speisen…\" /> <meta property=\"og:image\" content=\"https://www.kohl.bz.it/media/vector/b7/46/cd/Gruppe-1940.svg\" /> <meta name=\"twitter:card\" content=\"website\" /> <meta name=\"twitter:site\" content=\"Kohl - Bergapfelsäfte\" /> <meta name=\"twitter:title\" content=\"Kohl - Bergapfelsäfte\" /> <meta name=\"twitter:description\" content=\"Premium Apfelsaft ohne Zusatzstoffe &amp; Zuckerzusatz aus den Bergen Südtirols: eine feine Erfrischung für Zwischendurch und ein zeitgemäßer Speisen…\" /> <meta name=\"twitter:image\" content=\"https://www.kohl.bz.it/media/vector/b7/46/cd/Gruppe-1940.svg\" /> <meta itemprop=\"copyrightHolder\" content=\"Kohl - Bergapfelsäfte\" /> <meta itemprop=\"copyrightYear\" content=\"2014\" /> <meta itemprop=\"isFamilyFriendly\" content=\"True\" /> <meta itemprop=\"image\" content=\"https://www.kohl.bz.it/media/vector/b7/46/cd/Gruppe-1940.svg\" /> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"> <meta name=\"mobile-web-app-capable\" content=\"yes\"> <meta name=\"apple-mobile-web-app-title\" content=\"Kohl - Bergapfelsäfte\"> <meta name=\"apple-mobile-web-app-capable\" content=\"yes\"> <meta name=\"apple-mobile-web-app-status-bar-style\" co...\n\n\nhttps://on.cypress.io/request",
                "estack": "CypressError: `cy.request()` failed on:\n\nhttps://www.kohl.bz.it/javascript:GoToPageOrOpenSection('/de/wir/',35)\n\nThe response we received from your web server was:\n\n  > 404: Not Found\n\nThis was considered a failure because the status code was not `2xx` or `3xx`.\n\nIf you do not want status codes to cause failures pass the option: `failOnStatusCode: false`\n\n-----------------------------------------------------------\n\nThe request we sent was:\n\nMethod: GET\nURL: https://www.kohl.bz.it/javascript:GoToPageOrOpenSection('/de/wir/',35)\nHeaders: {\n  \"Connection\": \"keep-alive\",\n  \"user-agent\": \"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/9.5.1 Chrome/94.0.4606.81 Electron/15.3.4 Safari/537.36\",\n  \"accept\": \"*/*\",\n  \"cookie\": \"_gat=1; _gid=GA1.1.925034719.1661253175; _fbp=fb.2.1661253174580.1395105733; _ga=GA1.1.1731263519.1661253175; __csrf_token-1=GVWmHJjPm8FxFuBC2hLffwrX2UkDCH; x-ua-device=desktop; smartMCJar=[{\\\"mc_eid\\\":\\\"not_present\\\",\\\"visit\\\":\\\"2022-8-23T11:12:00Z\\\"}]; session-1=rq7avafq09v8g0l39n2p1ccgut\",\n  \"accept-encoding\": \"gzip, deflate\"\n}\n\n-----------------------------------------------------------\n\nThe response we got was:\n\nStatus: 404 - Not Found\nHeaders: {\n  \"server\": \"nginx\",\n  \"date\": \"Tue, 23 Aug 2022 11:13:06 GMT\",\n  \"content-type\": \"text/html; charset=UTF-8\",\n  \"transfer-encoding\": \"chunked\",\n  \"connection\": \"keep-alive\",\n  \"vary\": \"Accept-Encoding\",\n  \"x-powered-by\": \"PHP/7.4.16\",\n  \"x-content-digest\": \"enc177bcc692c38e3a67a8c5ceba60603b2b952b837e320a3965bece80f07fccc9\",\n  \"age\": \"1453\",\n  \"cache-control\": \"no-cache, private\",\n  \"set-cookie\": [\n    \"x-cache-context-hash=deleted; expires=Mon, 23-Aug-2021 11:13:05 GMT; Max-Age=0; path=/; httponly\",\n    \"nocache=deleted; expires=Mon, 23-Aug-2021 11:13:05 GMT; Max-Age=0; path=/; secure; httponly\"\n  ],\n  \"x-frame-options\": \"SAMEORIGIN\",\n  \"content-encoding\": \"gzip\"\n}\nBody: <!DOCTYPE html> <html class=\"no-js\" lang=\"de\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WebPage\"> <head> <meta charset=\"utf-8\"> <meta name=\"author\" content=\"\" /> <meta name=\"robots\" content=\"index,follow\" /> <meta name=\"revisit-after\" content=\"15 days\" /> <meta name=\"keywords\" content=\"\" /> <meta name=\"description\" content=\"Premium Apfelsaft ohne Zusatzstoffe &amp; Zuckerzusatz aus den Bergen Südtirols: eine feine Erfrischung für Zwischendurch und ein zeitgemäßer Speisen…\" /> <meta property=\"og:type\" content=\"website\" /> <meta property=\"og:site_name\" content=\"Kohl - Bergapfelsäfte\" /> <meta property=\"og:title\" content=\"Kohl - Bergapfelsäfte\" /> <meta property=\"og:description\" content=\"Premium Apfelsaft ohne Zusatzstoffe &amp; Zuckerzusatz aus den Bergen Südtirols: eine feine Erfrischung für Zwischendurch und ein zeitgemäßer Speisen…\" /> <meta property=\"og:image\" content=\"https://www.kohl.bz.it/media/vector/b7/46/cd/Gruppe-1940.svg\" /> <meta name=\"twitter:card\" content=\"website\" /> <meta name=\"twitter:site\" content=\"Kohl - Bergapfelsäfte\" /> <meta name=\"twitter:title\" content=\"Kohl - Bergapfelsäfte\" /> <meta name=\"twitter:description\" content=\"Premium Apfelsaft ohne Zusatzstoffe &amp; Zuckerzusatz aus den Bergen Südtirols: eine feine Erfrischung für Zwischendurch und ein zeitgemäßer Speisen…\" /> <meta name=\"twitter:image\" content=\"https://www.kohl.bz.it/media/vector/b7/46/cd/Gruppe-1940.svg\" /> <meta itemprop=\"copyrightHolder\" content=\"Kohl - Bergapfelsäfte\" /> <meta itemprop=\"copyrightYear\" content=\"2014\" /> <meta itemprop=\"isFamilyFriendly\" content=\"True\" /> <meta itemprop=\"image\" content=\"https://www.kohl.bz.it/media/vector/b7/46/cd/Gruppe-1940.svg\" /> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"> <meta name=\"mobile-web-app-capable\" content=\"yes\"> <meta name=\"apple-mobile-web-app-title\" content=\"Kohl - Bergapfelsäfte\"> <meta name=\"apple-mobile-web-app-capable\" content=\"yes\"> <meta name=\"apple-mobile-web-app-status-bar-style\" co...\n\n\nhttps://on.cypress.io/request\n    at https://www.kohl.bz.it/__cypress/runner/cypress_runner.js:160634:80\n    at tryCatcher (https://www.kohl.bz.it/__cypress/runner/cypress_runner.js:13022:23)\n    at Promise._settlePromiseFromHandler (https://www.kohl.bz.it/__cypress/runner/cypress_runner.js:10957:31)\n    at Promise._settlePromise (https://www.kohl.bz.it/__cypress/runner/cypress_runner.js:11014:18)\n    at Promise._settlePromise0 (https://www.kohl.bz.it/__cypress/runner/cypress_runner.js:11059:10)\n    at Promise._settlePromises (https://www.kohl.bz.it/__cypress/runner/cypress_runner.js:11139:18)\n    at _drainQueueStep (https://www.kohl.bz.it/__cypress/runner/cypress_runner.js:7729:12)\n    at _drainQueue (https://www.kohl.bz.it/__cypress/runner/cypress_runner.js:7722:9)\n    at Async.../../node_modules/bluebird/js/release/async.js.Async._drainQueues (https://www.kohl.bz.it/__cypress/runner/cypress_runner.js:7738:5)\n    at Async.drainQueues (https://www.kohl.bz.it/__cypress/runner/cypress_runner.js:7608:14)\nFrom Your Spec Code:\n    at Context.eval (https://www.kohl.bz.it/__cypress/tests?p=cypress/integration/generic/seo-basic.js:210:20)",
                "diff": null
              },
              "uuid": "9cc00009-57e6-4109-bd49-080bef6737b8",
              "parentUUID": "d8746c7a-6692-4ce5-9a4c-297dd63a864e",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "CHECK link LENGTH",
              "fullTitle": "Test CHECK link LENGTH",
              "timedOut": null,
              "duration": 2697,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy);\nvar baseurl = _websiteMonitoring[\"default\"].readEnvVariable('url');\n_seoBasic[\"default\"].checkLinkLength(cy, baseurl);",
              "err": {
                "message": "AssertionError: expected 'https://www.kohl.bz.it/de/blog/detail/sCategory//blogArticle/#blog--comments-start' to have a length at most 75 but got 82",
                "estack": "AssertionError: expected 'https://www.kohl.bz.it/de/blog/detail/sCategory//blogArticle/#blog--comments-start' to have a length at most 75 but got 82\n    at Context.eval (https://www.kohl.bz.it/__cypress/tests?p=cypress/integration/generic/seo-basic.js:231:52)",
                "diff": "- 82\n+ 75\n"
              },
              "uuid": "2240c2b4-755d-4863-b3cb-e38c547f1367",
              "parentUUID": "d8746c7a-6692-4ce5-9a4c-297dd63a864e",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Has Strucured DATA",
              "fullTitle": "Test Has Strucured DATA",
              "timedOut": null,
              "duration": 7748,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy);\n_seoBasic[\"default\"].hasStructuredData(cy);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `head > script[type=\"application/ld+json\"]`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `head > script[type=\"application/ld+json\"]`, but never found it.\n    at Object.hasStructuredData (https://www.kohl.bz.it/__cypress/tests?p=cypress/integration/generic/seo-basic.js:335:57)\n    at Context.eval (https://www.kohl.bz.it/__cypress/tests?p=cypress/integration/generic/seo-basic.js:93:26)",
                "diff": null
              },
              "uuid": "07f3bafc-ab2f-450f-806a-29bc672f2332",
              "parentUUID": "d8746c7a-6692-4ce5-9a4c-297dd63a864e",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Attribute alt used FOR images",
              "fullTitle": "Test Attribute alt used FOR images",
              "timedOut": null,
              "duration": 5897,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy);\n_seoBasic[\"default\"].useAltAttribute(cy);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: expected '<img.front--image>' to have attribute 'alt'",
                "estack": "AssertionError: Timed out retrying after 4000ms: expected '<img.front--image>' to have attribute 'alt'\n    at Context.eval (https://www.kohl.bz.it/__cypress/tests?p=cypress/integration/generic/seo-basic.js:341:22)",
                "diff": null
              },
              "uuid": "60ce126a-9ad9-41b1-91e2-e03f34ca69a2",
              "parentUUID": "d8746c7a-6692-4ce5-9a4c-297dd63a864e",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [
            "92d0afd7-8933-4d7d-9cfd-737cecea98cf",
            "212d11c7-7cc2-4219-93f4-fbc8ce1efc29",
            "8aaf6ac8-6de2-4950-8b2d-762708d5eb44",
            "fb046e81-ef1f-4e10-88e2-b3410e46f725"
          ],
          "failures": [
            "e0123d10-b66e-45db-9720-60bcff2be142",
            "adf8c1cd-2c3b-47d4-b850-263c7124fb7f",
            "9cc00009-57e6-4109-bd49-080bef6737b8",
            "2240c2b4-755d-4863-b3cb-e38c547f1367",
            "07f3bafc-ab2f-450f-806a-29bc672f2332",
            "60ce126a-9ad9-41b1-91e2-e03f34ca69a2"
          ],
          "pending": [],
          "skipped": [],
          "duration": 57141,
          "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/15/116/reports"
      },
      "version": "6.1.0"
    }
  }
}