{
  "stats": {
    "suites": 1,
    "tests": 10,
    "passes": 6,
    "pending": 0,
    "failures": 4,
    "start": "2022-04-13T07:31:00.712Z",
    "end": "2022-04-13T07:33:36.573Z",
    "duration": 155861,
    "testsRegistered": 10,
    "passPercent": 60,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "da9b208b-20d8-40da-98d0-68be89531680",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "8088f41b-0c98-4cd7-93b7-7509b3277864",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Seo basic h1 check",
              "fullTitle": "Test Seo basic h1 check",
              "timedOut": null,
              "duration": 67013,
              "state": "passed",
              "speed": "slow",
              "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\"].checkH1(cy, baseurl);",
              "err": {},
              "uuid": "fd1f8fbc-c1a2-4836-90fa-88a2cf78f73a",
              "parentUUID": "8088f41b-0c98-4cd7-93b7-7509b3277864",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Seo basic h2 check",
              "fullTitle": "Test Seo basic h2 check",
              "timedOut": null,
              "duration": 6880,
              "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: Too many elements found. Found '12', expected '1'.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Too many elements found. Found '12', expected '1'.\n    at Object.checkH2 (https://kaminlicht.de/__cypress/tests?p=cypress/integration/generic/seo-basic.js:164:37)\n    at Context.eval (https://kaminlicht.de/__cypress/tests?p=cypress/integration/generic/seo-basic.js:36:26)",
                "diff": "- 12\n+ 1\n"
              },
              "uuid": "6e5d0a6a-fdd6-4fd7-a91b-ef72ec2a4609",
              "parentUUID": "8088f41b-0c98-4cd7-93b7-7509b3277864",
              "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": 2785,
              "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": "5163b4aa-b151-4447-b100-9330c25d1e4e",
              "parentUUID": "8088f41b-0c98-4cd7-93b7-7509b3277864",
              "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": 2462,
              "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 \"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": "811a27c6-0586-4834-82b7-b8cc06786b0b",
              "parentUUID": "8088f41b-0c98-4cd7-93b7-7509b3277864",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Loading time is too high",
              "fullTitle": "Test Loading time is too high",
              "timedOut": null,
              "duration": 394,
              "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": "c002520b-5433-46ea-b3ca-ac4cb143e5ef",
              "parentUUID": "8088f41b-0c98-4cd7-93b7-7509b3277864",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Check paragraph length",
              "fullTitle": "Test Check paragraph length",
              "timedOut": null,
              "duration": 1809,
              "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": "5a15e9f3-447f-419d-a694-972f7eef72bd",
              "parentUUID": "8088f41b-0c98-4cd7-93b7-7509b3277864",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "CHECK url word in page",
              "fullTitle": "Test CHECK url word in page",
              "timedOut": null,
              "duration": 44872,
              "state": "passed",
              "speed": "slow",
              "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\"].urlWordInPage(cy, baseurl);",
              "err": {},
              "uuid": "9f4be24d-1bdf-4f3d-a0e3-5b27e29beebf",
              "parentUUID": "8088f41b-0c98-4cd7-93b7-7509b3277864",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "CHECK link LENGTH",
              "fullTitle": "Test CHECK link LENGTH",
              "timedOut": null,
              "duration": 6067,
              "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://kaminlicht.de/gaskamin/happy-cocooning/feuertisch-nice-nasty-rechteck' to have a length at most 75 but got 77",
                "estack": "AssertionError: expected 'https://kaminlicht.de/gaskamin/happy-cocooning/feuertisch-nice-nasty-rechteck' to have a length at most 75 but got 77\n    at Context.eval (https://kaminlicht.de/__cypress/tests?p=cypress/integration/generic/seo-basic.js:236:50)",
                "diff": "- 77\n+ 75\n"
              },
              "uuid": "6ebfb1a4-af61-43e0-ad74-c0f5da0dd296",
              "parentUUID": "8088f41b-0c98-4cd7-93b7-7509b3277864",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Has Strucured DATA",
              "fullTitle": "Test Has Strucured DATA",
              "timedOut": null,
              "duration": 10038,
              "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://kaminlicht.de/__cypress/tests?p=cypress/integration/generic/seo-basic.js:335:57)\n    at Context.eval (https://kaminlicht.de/__cypress/tests?p=cypress/integration/generic/seo-basic.js:105:26)",
                "diff": null
              },
              "uuid": "62a961f1-7c8c-4d5d-8e12-3a9beadaabf1",
              "parentUUID": "8088f41b-0c98-4cd7-93b7-7509b3277864",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Attribute alt used FOR images",
              "fullTitle": "Test Attribute alt used FOR images",
              "timedOut": null,
              "duration": 7713,
              "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>' to have attribute 'alt'",
                "estack": "AssertionError: Timed out retrying after 4000ms: expected '<img>' to have attribute 'alt'\n    at Context.eval (https://kaminlicht.de/__cypress/tests?p=cypress/integration/generic/seo-basic.js:341:22)",
                "diff": null
              },
              "uuid": "1b7477ff-a58b-4e35-94af-9dffe4095162",
              "parentUUID": "8088f41b-0c98-4cd7-93b7-7509b3277864",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [
            "fd1f8fbc-c1a2-4836-90fa-88a2cf78f73a",
            "5163b4aa-b151-4447-b100-9330c25d1e4e",
            "811a27c6-0586-4834-82b7-b8cc06786b0b",
            "c002520b-5433-46ea-b3ca-ac4cb143e5ef",
            "5a15e9f3-447f-419d-a694-972f7eef72bd",
            "9f4be24d-1bdf-4f3d-a0e3-5b27e29beebf"
          ],
          "failures": [
            "6e5d0a6a-fdd6-4fd7-a91b-ef72ec2a4609",
            "6ebfb1a4-af61-43e0-ad74-c0f5da0dd296",
            "62a961f1-7c8c-4d5d-8e12-3a9beadaabf1",
            "1b7477ff-a58b-4e35-94af-9dffe4095162"
          ],
          "pending": [],
          "skipped": [],
          "duration": 150033,
          "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/20/116/reports"
      },
      "version": "6.1.0"
    }
  }
}