{
  "stats": {
    "suites": 1,
    "tests": 10,
    "passes": 5,
    "pending": 0,
    "failures": 5,
    "start": "2023-01-10T11:52:03.078Z",
    "end": "2023-01-10T11:54:01.215Z",
    "duration": 118137,
    "testsRegistered": 10,
    "passPercent": 50,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "9f949685-7dc4-4c6a-b398-dd7c5fec3dd8",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "a4c9b8f7-59c7-458f-b761-8717ea420f1a",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Seo basic h1 check",
              "fullTitle": "Test Seo basic h1 check",
              "timedOut": null,
              "duration": 41591,
              "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`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `h1`, but never found it.\n    at Context.eval (https://www.daunenstep.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:159:46)",
                "diff": null
              },
              "uuid": "5c52327e-5629-442f-b0f7-a58bfc19c9d9",
              "parentUUID": "a4c9b8f7-59c7-458f-b761-8717ea420f1a",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Seo basic h2 check",
              "fullTitle": "Test Seo basic h2 check",
              "timedOut": null,
              "duration": 11818,
              "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: `h2`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `h2`, but never found it.\n    at Context.eval (https://www.daunenstep.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:231:46)",
                "diff": null
              },
              "uuid": "47c2af03-ec08-4dcf-884c-250c9bef9a9a",
              "parentUUID": "a4c9b8f7-59c7-458f-b761-8717ea420f1a",
              "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": 2253,
              "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": "ff0ec539-10fe-4671-8cd0-a40c666666e5",
              "parentUUID": "a4c9b8f7-59c7-458f-b761-8717ea420f1a",
              "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": 4009,
              "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": "fc05800c-cfb1-451a-901a-674cd7968e5f",
              "parentUUID": "a4c9b8f7-59c7-458f-b761-8717ea420f1a",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Loading time is too high",
              "fullTitle": "Test Loading time is too high",
              "timedOut": null,
              "duration": 385,
              "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": "9afdf30a-3a7f-464d-8947-c167e0890011",
              "parentUUID": "a4c9b8f7-59c7-458f-b761-8717ea420f1a",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Check paragraph length",
              "fullTitle": "Test Check paragraph length",
              "timedOut": null,
              "duration": 1952,
              "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": "74340452-22cf-4603-a5f8-4cda7b3bc186",
              "parentUUID": "a4c9b8f7-59c7-458f-b761-8717ea420f1a",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "CHECK url word in page",
              "fullTitle": "Test CHECK url word in page",
              "timedOut": null,
              "duration": 33033,
              "state": "passed",
              "speed": "slow",
              "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\"].urlWordInPage(cy, baseurl);",
              "err": {},
              "uuid": "9b3c54d3-d3bb-4a3c-abfd-a6ebb3f520b8",
              "parentUUID": "a4c9b8f7-59c7-458f-b761-8717ea420f1a",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "CHECK link LENGTH",
              "fullTitle": "Test CHECK link LENGTH",
              "timedOut": null,
              "duration": 4280,
              "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.daunenstep.com/de/doppelbettdecken/?p=1&o=2&n=12&var=422%7C423%7C424%7C416' to have a length at most 75 but got 86",
                "estack": "AssertionError: expected 'https://www.daunenstep.com/de/doppelbettdecken/?p=1&o=2&n=12&var=422%7C423%7C424%7C416' to have a length at most 75 but got 86\n    at Context.eval (https://www.daunenstep.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:329:52)",
                "diff": "- 86\n+ 75\n"
              },
              "uuid": "95792377-65f2-4e28-b058-c0a82ca749ef",
              "parentUUID": "a4c9b8f7-59c7-458f-b761-8717ea420f1a",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Has Strucured DATA",
              "fullTitle": "Test Has Strucured DATA",
              "timedOut": null,
              "duration": 8635,
              "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.daunenstep.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:434:57)\n    at Context.eval (https://www.daunenstep.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:92:26)",
                "diff": null
              },
              "uuid": "dcf87ce8-1e9a-4ac8-bba7-0825e6873b0c",
              "parentUUID": "a4c9b8f7-59c7-458f-b761-8717ea420f1a",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Attribute alt used FOR images",
              "fullTitle": "Test Attribute alt used FOR images",
              "timedOut": null,
              "duration": 7073,
              "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.daunenstep.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:440:22)",
                "diff": null
              },
              "uuid": "e91a01d1-8bac-49b9-9e8c-1767e8332833",
              "parentUUID": "a4c9b8f7-59c7-458f-b761-8717ea420f1a",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [
            "ff0ec539-10fe-4671-8cd0-a40c666666e5",
            "fc05800c-cfb1-451a-901a-674cd7968e5f",
            "9afdf30a-3a7f-464d-8947-c167e0890011",
            "74340452-22cf-4603-a5f8-4cda7b3bc186",
            "9b3c54d3-d3bb-4a3c-abfd-a6ebb3f520b8"
          ],
          "failures": [
            "5c52327e-5629-442f-b0f7-a58bfc19c9d9",
            "47c2af03-ec08-4dcf-884c-250c9bef9a9a",
            "95792377-65f2-4e28-b058-c0a82ca749ef",
            "dcf87ce8-1e9a-4ac8-bba7-0825e6873b0c",
            "e91a01d1-8bac-49b9-9e8c-1767e8332833"
          ],
          "pending": [],
          "skipped": [],
          "duration": 115029,
          "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/9/116/reports"
      },
      "version": "6.1.0"
    }
  }
}