{
  "stats": {
    "suites": 1,
    "tests": 10,
    "passes": 5,
    "pending": 0,
    "failures": 5,
    "start": "2022-12-14T12:19:15.416Z",
    "end": "2022-12-14T12:21:03.326Z",
    "duration": 107910,
    "testsRegistered": 10,
    "passPercent": 50,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "280bfe88-379d-44e9-8c75-6d137898240c",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "29fb7d7c-aeef-40ca-9fcd-31ff55d6c395",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Seo basic h1 check",
              "fullTitle": "Test Seo basic h1 check",
              "timedOut": null,
              "duration": 56642,
              "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\"].checkH1(cy, baseurl);",
              "err": {},
              "uuid": "8bec443e-3c33-4d24-b087-28871715dfdb",
              "parentUUID": "29fb7d7c-aeef-40ca-9fcd-31ff55d6c395",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Seo basic h2 check",
              "fullTitle": "Test Seo basic h2 check",
              "timedOut": null,
              "duration": 6405,
              "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:not([style=\"display: none\"]`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `h2:not([style=\"display: none\"]`, but never found it.\n    at Object.checkH2 (https://www.lamunt.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:196:10)\n    at Context.eval (https://www.lamunt.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:32:26)",
                "diff": null
              },
              "uuid": "0327e0cd-bbf4-45d6-99df-c8f1b01d13b8",
              "parentUUID": "29fb7d7c-aeef-40ca-9fcd-31ff55d6c395",
              "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": 2451,
              "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": "338dc855-b0d2-4132-8d9b-7ff89acaa930",
              "parentUUID": "29fb7d7c-aeef-40ca-9fcd-31ff55d6c395",
              "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": 1818,
              "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": "4fd1e71c-086e-437f-8a4e-32450a21c389",
              "parentUUID": "29fb7d7c-aeef-40ca-9fcd-31ff55d6c395",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Loading time is too high",
              "fullTitle": "Test Loading time is too high",
              "timedOut": null,
              "duration": 309,
              "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": "97d1c8e4-3687-4879-98c8-dd7caf4ee807",
              "parentUUID": "29fb7d7c-aeef-40ca-9fcd-31ff55d6c395",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Check paragraph length",
              "fullTitle": "Test Check paragraph length",
              "timedOut": null,
              "duration": 2004,
              "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": "498bbd13-71eb-4016-b3d2-c27670d46e10",
              "parentUUID": "29fb7d7c-aeef-40ca-9fcd-31ff55d6c395",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "CHECK url word in page",
              "fullTitle": "Test CHECK url word in page",
              "timedOut": null,
              "duration": 16295,
              "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: 'storelocator' within the element: <body.is--ctl-index.is--act-index.is--no-sidebar.overflowHidden> but never did.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find content: 'storelocator' within the element: <body.is--ctl-index.is--act-index.is--no-sidebar.overflowHidden> but never did.\n    at Context.eval (https://www.lamunt.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:308:55)",
                "diff": null
              },
              "uuid": "453772fe-aca0-48e3-9551-34693ad71b92",
              "parentUUID": "29fb7d7c-aeef-40ca-9fcd-31ff55d6c395",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "CHECK link LENGTH",
              "fullTitle": "Test CHECK link LENGTH",
              "timedOut": null,
              "duration": 3249,
              "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://login2.oberalp.com/identity/resetpassword?clientid=AfS7meUUbjZ4UqOIEtAFd0qvFFXCOHgKgEPL' to have a length at most 75 but got 95",
                "estack": "AssertionError: expected 'https://login2.oberalp.com/identity/resetpassword?clientid=AfS7meUUbjZ4UqOIEtAFd0qvFFXCOHgKgEPL' to have a length at most 75 but got 95\n    at Context.eval (https://www.lamunt.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:329:52)",
                "diff": "- 95\n+ 75\n"
              },
              "uuid": "01aee4dd-0f98-4eed-99fe-db045012f195",
              "parentUUID": "29fb7d7c-aeef-40ca-9fcd-31ff55d6c395",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Has Strucured DATA",
              "fullTitle": "Test Has Strucured DATA",
              "timedOut": null,
              "duration": 8542,
              "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.lamunt.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:434:57)\n    at Context.eval (https://www.lamunt.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:92:26)",
                "diff": null
              },
              "uuid": "4e0a18e9-253c-4442-b61c-14468a6a497f",
              "parentUUID": "29fb7d7c-aeef-40ca-9fcd-31ff55d6c395",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Attribute alt used FOR images",
              "fullTitle": "Test Attribute alt used FOR images",
              "timedOut": null,
              "duration": 7041,
              "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.lamunt.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:440:22)",
                "diff": null
              },
              "uuid": "9b4e5e7b-84f5-4d13-989a-37573643f9ca",
              "parentUUID": "29fb7d7c-aeef-40ca-9fcd-31ff55d6c395",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [
            "8bec443e-3c33-4d24-b087-28871715dfdb",
            "338dc855-b0d2-4132-8d9b-7ff89acaa930",
            "4fd1e71c-086e-437f-8a4e-32450a21c389",
            "97d1c8e4-3687-4879-98c8-dd7caf4ee807",
            "498bbd13-71eb-4016-b3d2-c27670d46e10"
          ],
          "failures": [
            "0327e0cd-bbf4-45d6-99df-c8f1b01d13b8",
            "453772fe-aca0-48e3-9551-34693ad71b92",
            "01aee4dd-0f98-4eed-99fe-db045012f195",
            "4e0a18e9-253c-4442-b61c-14468a6a497f",
            "9b4e5e7b-84f5-4d13-989a-37573643f9ca"
          ],
          "pending": [],
          "skipped": [],
          "duration": 104756,
          "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/4/116/reports"
      },
      "version": "6.1.0"
    }
  }
}