{
  "stats": {
    "suites": 1,
    "tests": 10,
    "passes": 3,
    "pending": 0,
    "failures": 7,
    "start": "2022-04-19T08:15:14.844Z",
    "end": "2022-04-19T08:16:14.014Z",
    "duration": 59170,
    "testsRegistered": 10,
    "passPercent": 30,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "cee0da00-1dbe-4dab-86b7-4dbec1192554",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "f9465dc7-3003-4423-b386-ad0d12750ca4",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Seo basic h1 check",
              "fullTitle": "Test Seo basic h1 check",
              "timedOut": null,
              "duration": 5992,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy); //set desktop\n\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 trying to load:\n\nhttps://www.gluecklich.it/de/sitemap\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`.\n\nIf you do not want status codes to cause failures pass the option: `failOnStatusCode: false`",
                "estack": "CypressError: `cy.visit()` failed trying to load:\n\nhttps://www.gluecklich.it/de/sitemap\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`.\n\nIf you do not want status codes to cause failures pass the option: `failOnStatusCode: false`\n    at https://www.gluecklich.it/__cypress/runner/cypress_runner.js:159277:84\n    at visitFailedByErr (https://www.gluecklich.it/__cypress/runner/cypress_runner.js:158643:12)\n    at https://www.gluecklich.it/__cypress/runner/cypress_runner.js:159257:13\n    at tryCatcher (https://www.gluecklich.it/__cypress/runner/cypress_runner.js:13022:23)\n    at Promise._settlePromiseFromHandler (https://www.gluecklich.it/__cypress/runner/cypress_runner.js:10957:31)\n    at Promise._settlePromise (https://www.gluecklich.it/__cypress/runner/cypress_runner.js:11014:18)\n    at Promise._settlePromise0 (https://www.gluecklich.it/__cypress/runner/cypress_runner.js:11059:10)\n    at Promise._settlePromises (https://www.gluecklich.it/__cypress/runner/cypress_runner.js:11135:18)\n    at _drainQueueStep (https://www.gluecklich.it/__cypress/runner/cypress_runner.js:7729:12)\n    at _drainQueue (https://www.gluecklich.it/__cypress/runner/cypress_runner.js:7722:9)\n    at Async.../../node_modules/bluebird/js/release/async.js.Async._drainQueues (https://www.gluecklich.it/__cypress/runner/cypress_runner.js:7738:5)\n    at Async.drainQueues (https://www.gluecklich.it/__cypress/runner/cypress_runner.js:7608:14)\nFrom Your Spec Code:\n    at Object.checkH1 (https://www.gluecklich.it/__cypress/tests?p=cypress/integration/generic/seo-basic.js:142:8)\n    at Context.eval (https://www.gluecklich.it/__cypress/tests?p=cypress/integration/generic/seo-basic.js:25:26)",
                "diff": null
              },
              "uuid": "84793446-2036-4308-8c5a-5f9dd01dcef7",
              "parentUUID": "f9465dc7-3003-4423-b386-ad0d12750ca4",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Seo basic h2 check",
              "fullTitle": "Test Seo basic h2 check",
              "timedOut": null,
              "duration": 6432,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy); //set desktop\n\n_websiteMonitoring[\"default\"].setViewport(cy); //read the url from the env vars\n\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.gluecklich.it/__cypress/tests?p=cypress/integration/generic/seo-basic.js:164:8)\n    at Context.eval (https://www.gluecklich.it/__cypress/tests?p=cypress/integration/generic/seo-basic.js:36:26)",
                "diff": null
              },
              "uuid": "17e19283-c477-4055-914e-de8358860cdd",
              "parentUUID": "f9465dc7-3003-4423-b386-ad0d12750ca4",
              "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": 1957,
              "state": "passed",
              "speed": "fast",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy); //set desktop\n\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": "517866dd-d351-40a2-a0c2-0420716656b7",
              "parentUUID": "f9465dc7-3003-4423-b386-ad0d12750ca4",
              "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": 6202,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy); //set desktop\n\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": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `head > meta[property=\"og:title\"]`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `head > meta[property=\"og:title\"]`, but never found it.\n    at Context.eval (https://www.gluecklich.it/__cypress/tests?p=cypress/integration/generic/seo-basic.js:54:8)",
                "diff": null
              },
              "uuid": "7eb82c2b-dcf3-483c-add6-4aec82cbae0f",
              "parentUUID": "f9465dc7-3003-4423-b386-ad0d12750ca4",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Loading time is too high",
              "fullTitle": "Test Loading time is too high",
              "timedOut": null,
              "duration": 157,
              "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": "2ea52363-1b51-49b9-93ff-8d0e074b940f",
              "parentUUID": "f9465dc7-3003-4423-b386-ad0d12750ca4",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Check paragraph length",
              "fullTitle": "Test Check paragraph length",
              "timedOut": null,
              "duration": 2079,
              "state": "passed",
              "speed": "fast",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy); //set desktop\n\n_websiteMonitoring[\"default\"].setViewport(cy); //read the url from the env vars\n\nvar baseurl = _websiteMonitoring[\"default\"].readEnvVariable('url');\n_seoBasic[\"default\"].checkParagraphLength(cy, baseurl);",
              "err": {},
              "uuid": "857486e9-fb2a-4db5-85b2-35271b30cda2",
              "parentUUID": "f9465dc7-3003-4423-b386-ad0d12750ca4",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "CHECK url word in page",
              "fullTitle": "Test CHECK url word in page",
              "timedOut": null,
              "duration": 7112,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy); //set desktop\n\n_websiteMonitoring[\"default\"].setViewport(cy); //read the url from the env vars\n\nvar baseurl = _websiteMonitoring[\"default\"].readEnvVariable('url');\n_seoBasic[\"default\"].urlWordInPage(cy, baseurl);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `a.navigation--link`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `a.navigation--link`, but never found it.\n    at Object.urlWordInPage (https://www.gluecklich.it/__cypress/tests?p=cypress/integration/generic/seo-basic.js:187:8)\n    at Context.eval (https://www.gluecklich.it/__cypress/tests?p=cypress/integration/generic/seo-basic.js:86:26)",
                "diff": null
              },
              "uuid": "f4ff3ed7-7df8-4eaa-8610-bee8f9fa81df",
              "parentUUID": "f9465dc7-3003-4423-b386-ad0d12750ca4",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "CHECK link LENGTH",
              "fullTitle": "Test CHECK link LENGTH",
              "timedOut": null,
              "duration": 5358,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy); //set desktop\n\n_websiteMonitoring[\"default\"].setViewport(cy); //read the url from the env vars\n\nvar baseurl = _websiteMonitoring[\"default\"].readEnvVariable('url');\n_seoBasic[\"default\"].checkLinkLength(cy, baseurl);",
              "err": {
                "message": "AssertionError: expected 'https://www.gluecklich.it/PDFviewer/external/pdfjs-2.1.266-dist/web/viewer.html' to have a length at most 75 but got 79",
                "estack": "AssertionError: expected 'https://www.gluecklich.it/PDFviewer/external/pdfjs-2.1.266-dist/web/viewer.html' to have a length at most 75 but got 79\n    at Context.eval (https://www.gluecklich.it/__cypress/tests?p=cypress/integration/generic/seo-basic.js:236:50)",
                "diff": "- 79\n+ 75\n"
              },
              "uuid": "c4a371a0-56a6-417b-889d-4bbcfca6caf6",
              "parentUUID": "f9465dc7-3003-4423-b386-ad0d12750ca4",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Has Strucured DATA",
              "fullTitle": "Test Has Strucured DATA",
              "timedOut": null,
              "duration": 9509,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy); //set desktop\n\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.gluecklich.it/__cypress/tests?p=cypress/integration/generic/seo-basic.js:335:57)\n    at Context.eval (https://www.gluecklich.it/__cypress/tests?p=cypress/integration/generic/seo-basic.js:105:26)",
                "diff": null
              },
              "uuid": "38757b86-f6f8-4974-b679-2fb6448fc834",
              "parentUUID": "f9465dc7-3003-4423-b386-ad0d12750ca4",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Attribute alt used FOR images",
              "fullTitle": "Test Attribute alt used FOR images",
              "timedOut": null,
              "duration": 9695,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy); //set desktop\n\n_websiteMonitoring[\"default\"].setViewport(cy);\n_seoBasic[\"default\"].useAltAttribute(cy);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: expected '<img..vc_box_border_blue>' to have attribute 'alt'",
                "estack": "AssertionError: Timed out retrying after 4000ms: expected '<img..vc_box_border_blue>' to have attribute 'alt'\n    at Context.eval (https://www.gluecklich.it/__cypress/tests?p=cypress/integration/generic/seo-basic.js:341:22)",
                "diff": null
              },
              "uuid": "5d65c36e-1986-47d8-aa53-eaafacfde35a",
              "parentUUID": "f9465dc7-3003-4423-b386-ad0d12750ca4",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [
            "517866dd-d351-40a2-a0c2-0420716656b7",
            "2ea52363-1b51-49b9-93ff-8d0e074b940f",
            "857486e9-fb2a-4db5-85b2-35271b30cda2"
          ],
          "failures": [
            "84793446-2036-4308-8c5a-5f9dd01dcef7",
            "17e19283-c477-4055-914e-de8358860cdd",
            "7eb82c2b-dcf3-483c-add6-4aec82cbae0f",
            "f4ff3ed7-7df8-4eaa-8610-bee8f9fa81df",
            "c4a371a0-56a6-417b-889d-4bbcfca6caf6",
            "38757b86-f6f8-4974-b679-2fb6448fc834",
            "5d65c36e-1986-47d8-aa53-eaafacfde35a"
          ],
          "pending": [],
          "skipped": [],
          "duration": 54493,
          "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/17/116/reports"
      },
      "version": "6.1.0"
    }
  }
}