{
  "stats": {
    "suites": 1,
    "tests": 10,
    "passes": 5,
    "pending": 0,
    "failures": 5,
    "start": "2023-04-17T01:42:43.393Z",
    "end": "2023-04-17T01:47:14.085Z",
    "duration": 270692,
    "testsRegistered": 10,
    "passPercent": 50,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "34d8c5e0-3166-4c85-bf64-880acf8a14ca",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "26c05e5a-baff-4159-9045-836955dcecee",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Seo basic h1 check",
              "fullTitle": "Test Seo basic h1 check",
              "timedOut": null,
              "duration": 27384,
              "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\"].checkH1(cy, baseurl);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `h1:not([style=\"display: none\"]`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `h1:not([style=\"display: none\"]`, but never found it.\n    at Object.checkH1 (https://www.dynafit.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:124:10)\n    at Context.eval (https://www.dynafit.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:23:26)",
                "diff": null
              },
              "uuid": "65955745-d8ce-4367-b777-22bf4fe5aa59",
              "parentUUID": "26c05e5a-baff-4159-9045-836955dcecee",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Seo basic h2 check",
              "fullTitle": "Test Seo basic h2 check",
              "timedOut": null,
              "duration": 36173,
              "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 14 to be at most 3",
                "estack": "AssertionError: Timed out retrying after 4000ms: expected 14 to be at most 3\n    at Object.checkH2 (https://www.dynafit.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:196:62)\n    at Context.eval (https://www.dynafit.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:32:26)",
                "diff": "- 14\n+ 3\n"
              },
              "uuid": "73b3b3ed-83df-46b3-9303-d4d773348e1d",
              "parentUUID": "26c05e5a-baff-4159-9045-836955dcecee",
              "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": 65682,
              "state": "passed",
              "speed": "slow",
              "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": "51f198de-bef5-4198-93e2-55c9c5064290",
              "parentUUID": "26c05e5a-baff-4159-9045-836955dcecee",
              "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": 16867,
              "state": "passed",
              "speed": "slow",
              "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": "0dfb5ee4-1f0a-4318-9c9b-f47a0a2bfce3",
              "parentUUID": "26c05e5a-baff-4159-9045-836955dcecee",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Loading time is too high",
              "fullTitle": "Test Loading time is too high",
              "timedOut": null,
              "duration": 2460,
              "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": "193a61d2-5e37-4990-8e11-7428c07fe82f",
              "parentUUID": "26c05e5a-baff-4159-9045-836955dcecee",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Check paragraph length",
              "fullTitle": "Test Check paragraph length",
              "timedOut": null,
              "duration": 5129,
              "state": "passed",
              "speed": "medium",
              "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": "ba7327f3-a9ec-4f33-9b53-d7ff31651261",
              "parentUUID": "26c05e5a-baff-4159-9045-836955dcecee",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "CHECK url word in page",
              "fullTitle": "Test CHECK url word in page",
              "timedOut": null,
              "duration": 44421,
              "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": "AssertionError: Timed out retrying after 4000ms: Expected to find content: 'trailherös' within the element: <body.is--ctl-index.is--act-index.is--no-sidebar.header-info-opened.acsb-page-iframe.overflowHidden.guuru-chat-initialized> but never did.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find content: 'trailherös' within the element: <body.is--ctl-index.is--act-index.is--no-sidebar.header-info-opened.acsb-page-iframe.overflowHidden.guuru-chat-initialized> but never did.\n    at Context.eval (https://www.dynafit.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:308:55)",
                "diff": null
              },
              "uuid": "a87d929c-f09f-4edf-8b24-6353f4af0105",
              "parentUUID": "26c05e5a-baff-4159-9045-836955dcecee",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "CHECK link LENGTH",
              "fullTitle": "Test CHECK link LENGTH",
              "timedOut": null,
              "duration": 14445,
              "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.dynafit.com/de-de/tlt-evo-skibrille-unisex-08-0000049919?number=08-0000049919_0000000001&listing=' to have a length at most 75 but got 109",
                "estack": "AssertionError: expected 'https://www.dynafit.com/de-de/tlt-evo-skibrille-unisex-08-0000049919?number=08-0000049919_0000000001&listing=' to have a length at most 75 but got 109\n    at Context.eval (https://www.dynafit.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:329:52)",
                "diff": "- 109\n+ 75\n"
              },
              "uuid": "fffd8b24-6ddc-4804-85d4-b22acfeb45a4",
              "parentUUID": "26c05e5a-baff-4159-9045-836955dcecee",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Has Strucured DATA",
              "fullTitle": "Test Has Strucured DATA",
              "timedOut": null,
              "duration": 17378,
              "state": "passed",
              "speed": "slow",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy);\n_seoBasic[\"default\"].hasStructuredData(cy);",
              "err": {},
              "uuid": "8a42e541-c1f3-4a6f-a617-0045952b6e7b",
              "parentUUID": "26c05e5a-baff-4159-9045-836955dcecee",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Attribute alt used FOR images",
              "fullTitle": "Test Attribute alt used FOR images",
              "timedOut": null,
              "duration": 28466,
              "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>' to have attribute 'alt'",
                "estack": "AssertionError: Timed out retrying after 4000ms: expected '<img>' to have attribute 'alt'\n    at Context.eval (https://www.dynafit.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:440:22)",
                "diff": null
              },
              "uuid": "49cbeee8-aa19-4c62-a55b-325a4b1fab10",
              "parentUUID": "26c05e5a-baff-4159-9045-836955dcecee",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [
            "51f198de-bef5-4198-93e2-55c9c5064290",
            "0dfb5ee4-1f0a-4318-9c9b-f47a0a2bfce3",
            "193a61d2-5e37-4990-8e11-7428c07fe82f",
            "ba7327f3-a9ec-4f33-9b53-d7ff31651261",
            "8a42e541-c1f3-4a6f-a617-0045952b6e7b"
          ],
          "failures": [
            "65955745-d8ce-4367-b777-22bf4fe5aa59",
            "73b3b3ed-83df-46b3-9303-d4d773348e1d",
            "a87d929c-f09f-4edf-8b24-6353f4af0105",
            "fffd8b24-6ddc-4804-85d4-b22acfeb45a4",
            "49cbeee8-aa19-4c62-a55b-325a4b1fab10"
          ],
          "pending": [],
          "skipped": [],
          "duration": 258405,
          "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/2/116/reports"
      },
      "version": "6.1.0"
    }
  }
}