{
  "stats": {
    "suites": 1,
    "tests": 10,
    "passes": 5,
    "pending": 0,
    "failures": 5,
    "start": "2023-10-25T12:49:22.274Z",
    "end": "2023-10-25T12:54:38.347Z",
    "duration": 316073,
    "testsRegistered": 10,
    "passPercent": 50,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "fc6c73b4-a504-4824-871b-88c96b40c96d",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "1bb5d1f5-ca06-4c42-bc06-edb7eb257aba",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Seo basic h1 check",
              "fullTitle": "Test Seo basic h1 check",
              "timedOut": null,
              "duration": 175769,
              "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": "cf9f973e-4abb-4f6e-bfe0-3dabb24b65ec",
              "parentUUID": "1bb5d1f5-ca06-4c42-bc06-edb7eb257aba",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Seo basic h2 check",
              "fullTitle": "Test Seo basic h2 check",
              "timedOut": null,
              "duration": 16600,
              "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 4 to be at most 3",
                "estack": "AssertionError: Timed out retrying after 4000ms: expected 4 to be at most 3\n    at Context.eval (https://relaunch.bar-tek-tuning.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:249:89)",
                "diff": "- 4\n+ 3\n"
              },
              "uuid": "f622b623-ca0f-479d-9597-871a3f2093a0",
              "parentUUID": "1bb5d1f5-ca06-4c42-bc06-edb7eb257aba",
              "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": 4483,
              "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": "c058543b-82ca-4117-ae87-79ae476892cc",
              "parentUUID": "1bb5d1f5-ca06-4c42-bc06-edb7eb257aba",
              "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": 9533,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "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": {
                "message": "AssertionError: Timed out retrying after 4000ms: expected '⁣BAR-TEK® Motorsport - Your specialist for professional engine tuning' to have a length at most 55 but got 69",
                "estack": "AssertionError: Timed out retrying after 4000ms: expected '⁣BAR-TEK® Motorsport - Your specialist for professional engine tuning' to have a length at most 55 but got 69\n    at Context.eval (https://relaunch.bar-tek-tuning.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:48:97)",
                "diff": "- 69\n+ 55\n"
              },
              "uuid": "717f9e26-a6df-4349-8e32-ef20de08ca28",
              "parentUUID": "1bb5d1f5-ca06-4c42-bc06-edb7eb257aba",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Loading time is too high",
              "fullTitle": "Test Loading time is too high",
              "timedOut": null,
              "duration": 258,
              "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": "d7331e58-7d81-4ae2-8072-ab94d368d6d2",
              "parentUUID": "1bb5d1f5-ca06-4c42-bc06-edb7eb257aba",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Check paragraph length",
              "fullTitle": "Test Check paragraph length",
              "timedOut": null,
              "duration": 5052,
              "state": "passed",
              "speed": "medium",
              "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": "8b604c96-ff78-4f56-b40c-3b9bb955453a",
              "parentUUID": "1bb5d1f5-ca06-4c42-bc06-edb7eb257aba",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "CHECK url word in page",
              "fullTitle": "Test CHECK url word in page",
              "timedOut": null,
              "duration": 70850,
              "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: 'f0c351af65984ccc8926aa9d36546cd2' within the element: <body.is-ctl-navigation.is-act-home.is-tanmar-infinite-scrolling.modal-open> but never did.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find content: 'f0c351af65984ccc8926aa9d36546cd2' within the element: <body.is-ctl-navigation.is-act-home.is-tanmar-infinite-scrolling.modal-open> but never did.\n    at Context.eval (https://relaunch.bar-tek-tuning.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:308:55)",
                "diff": null
              },
              "uuid": "dfbbc84d-c861-4920-ace6-8adcf54846d8",
              "parentUUID": "1bb5d1f5-ca06-4c42-bc06-edb7eb257aba",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "CHECK link LENGTH",
              "fullTitle": "Test CHECK link LENGTH",
              "timedOut": null,
              "duration": 8516,
              "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://relaunch.bar-tek-tuning.com/products/engine-parts/engine-block/sport-pistons/' to have a length at most 75 but got 85",
                "estack": "AssertionError: expected 'https://relaunch.bar-tek-tuning.com/products/engine-parts/engine-block/sport-pistons/' to have a length at most 75 but got 85\n    at Context.eval (https://relaunch.bar-tek-tuning.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:329:52)",
                "diff": "- 85\n+ 75\n"
              },
              "uuid": "3c19d268-8e75-4507-82de-233b7adb8f11",
              "parentUUID": "1bb5d1f5-ca06-4c42-bc06-edb7eb257aba",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Has Strucured DATA",
              "fullTitle": "Test Has Strucured DATA",
              "timedOut": null,
              "duration": 7622,
              "state": "passed",
              "speed": "medium",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy);\n_seoBasic[\"default\"].hasStructuredData(cy);",
              "err": {},
              "uuid": "a1254b8b-6366-401a-bb13-d54bd7b1a6fe",
              "parentUUID": "1bb5d1f5-ca06-4c42-bc06-edb7eb257aba",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Attribute alt used FOR images",
              "fullTitle": "Test Attribute alt used FOR images",
              "timedOut": null,
              "duration": 10897,
              "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.navigation-item-media>' to have attribute 'alt'",
                "estack": "AssertionError: Timed out retrying after 4000ms: expected '<img.navigation-item-media>' to have attribute 'alt'\n    at Context.eval (https://relaunch.bar-tek-tuning.com/__cypress/tests?p=cypress/integration/generic/seo-basic.js:440:22)",
                "diff": null
              },
              "uuid": "6c51cac0-3013-42ec-ba93-e46ae18d3698",
              "parentUUID": "1bb5d1f5-ca06-4c42-bc06-edb7eb257aba",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [
            "cf9f973e-4abb-4f6e-bfe0-3dabb24b65ec",
            "c058543b-82ca-4117-ae87-79ae476892cc",
            "d7331e58-7d81-4ae2-8072-ab94d368d6d2",
            "8b604c96-ff78-4f56-b40c-3b9bb955453a",
            "a1254b8b-6366-401a-bb13-d54bd7b1a6fe"
          ],
          "failures": [
            "f622b623-ca0f-479d-9597-871a3f2093a0",
            "717f9e26-a6df-4349-8e32-ef20de08ca28",
            "dfbbc84d-c861-4920-ace6-8adcf54846d8",
            "3c19d268-8e75-4507-82de-233b7adb8f11",
            "6c51cac0-3013-42ec-ba93-e46ae18d3698"
          ],
          "pending": [],
          "skipped": [],
          "duration": 309580,
          "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/40/116/reports"
      },
      "version": "6.1.0"
    }
  }
}