{
  "stats": {
    "suites": 1,
    "tests": 10,
    "passes": 3,
    "pending": 0,
    "failures": 7,
    "start": "2022-05-18T09:18:29.526Z",
    "end": "2022-05-18T09:20:23.180Z",
    "duration": 113654,
    "testsRegistered": 10,
    "passPercent": 30,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "d5d49a67-ea56-4e02-af95-625fabe6456c",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "457b2562-a9ca-4fe8-8ab2-f970c915175e",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Seo basic h1 check",
              "fullTitle": "Test Seo basic h1 check",
              "timedOut": null,
              "duration": 8998,
              "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": "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 Object.checkH1 (https://www.oeko-planet.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:128:8)\n    at Context.eval (https://www.oeko-planet.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:24:26)",
                "diff": null
              },
              "uuid": "95062649-5826-4333-94f9-2ce0793eafb8",
              "parentUUID": "457b2562-a9ca-4fe8-8ab2-f970c915175e",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Seo basic h2 check",
              "fullTitle": "Test Seo basic h2 check",
              "timedOut": null,
              "duration": 7400,
              "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 Object.checkH2 (https://www.oeko-planet.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:151:8)\n    at Context.eval (https://www.oeko-planet.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:33:26)",
                "diff": null
              },
              "uuid": "3dba4eec-7c76-4fd2-acdf-99a2b8d6fac9",
              "parentUUID": "457b2562-a9ca-4fe8-8ab2-f970c915175e",
              "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": 2823,
              "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": "7cd8e3ac-8454-4b1a-8616-0de1ba70f678",
              "parentUUID": "457b2562-a9ca-4fe8-8ab2-f970c915175e",
              "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": 2549,
              "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": "85f16e36-a2cd-4cff-a8b9-d14f6e96644d",
              "parentUUID": "457b2562-a9ca-4fe8-8ab2-f970c915175e",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Loading time is too high",
              "fullTitle": "Test Loading time is too high",
              "timedOut": null,
              "duration": 646,
              "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": "0d089016-9faa-4a0d-a5cd-9590b449b0b5",
              "parentUUID": "457b2562-a9ca-4fe8-8ab2-f970c915175e",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Check paragraph length",
              "fullTitle": "Test Check paragraph length",
              "timedOut": null,
              "duration": 2840,
              "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\"].checkParagraphLength(cy, baseurl);",
              "err": {
                "message": "AssertionError: expected 181 to be below 161",
                "estack": "AssertionError: expected 181 to be below 161\n    at Context.eval (https://www.oeko-planet.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:252:61)",
                "diff": "- 181\n+ 161\n"
              },
              "uuid": "2ab140a5-0e11-4b51-8079-f55170068857",
              "parentUUID": "457b2562-a9ca-4fe8-8ab2-f970c915175e",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "CHECK url word in page",
              "fullTitle": "Test CHECK url word in page",
              "timedOut": null,
              "duration": 27071,
              "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: 'frühjahrsputz' within the element: <body.is--ctl-index.is--act-index.tcinntheme.themeware-clean.layout-fullwidth-boxed.gwfont1.gwfont2.headtyp-3.header-3.no-sticky.cleanbase-1.gtm-enhanced-ecommerce-active.> but never did.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find content: 'frühjahrsputz' within the element: <body.is--ctl-index.is--act-index.tcinntheme.themeware-clean.layout-fullwidth-boxed.gwfont1.gwfont2.headtyp-3.header-3.no-sticky.cleanbase-1.gtm-enhanced-ecommerce-active.> but never did.\n    at Context.eval (https://www.oeko-planet.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:210:55)",
                "diff": null
              },
              "uuid": "d36d4c24-1c8c-4e88-b606-b01a20998769",
              "parentUUID": "457b2562-a9ca-4fe8-8ab2-f970c915175e",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "CHECK link LENGTH",
              "fullTitle": "Test CHECK link LENGTH",
              "timedOut": null,
              "duration": 7189,
              "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.oeko-planet.com/k/natuerlich-schlafen/bettwaren/bettdecken/4-jahreszeiten-bettdecken' to have a length at most 75 but got 96",
                "estack": "AssertionError: expected 'https://www.oeko-planet.com/k/natuerlich-schlafen/bettwaren/bettdecken/4-jahreszeiten-bettdecken' to have a length at most 75 but got 96\n    at Context.eval (https://www.oeko-planet.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:229:52)",
                "diff": "- 96\n+ 75\n"
              },
              "uuid": "eba8c061-11e1-44aa-916b-106da41e30e2",
              "parentUUID": "457b2562-a9ca-4fe8-8ab2-f970c915175e",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Has Strucured DATA",
              "fullTitle": "Test Has Strucured DATA",
              "timedOut": null,
              "duration": 9685,
              "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.oeko-planet.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:333:57)\n    at Context.eval (https://www.oeko-planet.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:93:26)",
                "diff": null
              },
              "uuid": "01f59027-8c69-4418-bb6f-5a3682c9cec0",
              "parentUUID": "457b2562-a9ca-4fe8-8ab2-f970c915175e",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Attribute alt used FOR images",
              "fullTitle": "Test Attribute alt used FOR images",
              "timedOut": null,
              "duration": 40458,
              "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#tsWidgetImage>' to have attribute 'alt'",
                "estack": "AssertionError: Timed out retrying after 4000ms: expected '<img#tsWidgetImage>' to have attribute 'alt'\n    at Context.eval (https://www.oeko-planet.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:339:22)",
                "diff": null
              },
              "uuid": "68e6856a-365a-43b4-afb1-740e98e75ddf",
              "parentUUID": "457b2562-a9ca-4fe8-8ab2-f970c915175e",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [
            "7cd8e3ac-8454-4b1a-8616-0de1ba70f678",
            "85f16e36-a2cd-4cff-a8b9-d14f6e96644d",
            "0d089016-9faa-4a0d-a5cd-9590b449b0b5"
          ],
          "failures": [
            "95062649-5826-4333-94f9-2ce0793eafb8",
            "3dba4eec-7c76-4fd2-acdf-99a2b8d6fac9",
            "2ab140a5-0e11-4b51-8079-f55170068857",
            "d36d4c24-1c8c-4e88-b606-b01a20998769",
            "eba8c061-11e1-44aa-916b-106da41e30e2",
            "01f59027-8c69-4418-bb6f-5a3682c9cec0",
            "68e6856a-365a-43b4-afb1-740e98e75ddf"
          ],
          "pending": [],
          "skipped": [],
          "duration": 109659,
          "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/16/116/reports"
      },
      "version": "6.1.0"
    }
  }
}