{
  "stats": {
    "suites": 1,
    "tests": 10,
    "passes": 4,
    "pending": 0,
    "failures": 6,
    "start": "2025-02-12T14:51:34.707Z",
    "end": "2025-02-12T14:53:14.108Z",
    "duration": 99401,
    "testsRegistered": 10,
    "passPercent": 40,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "8e8390d6-26fa-45ba-afb6-27b54e010662",
      "title": "",
      "fullFile": "cypress/e2e/generic/seo-basic.js",
      "file": "cypress/e2e/generic/seo-basic.js",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "7a12e943-6cd3-43d3-b923-59daef492748",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Seo basic h1 check",
              "fullTitle": "Test Seo basic h1 check",
              "timedOut": null,
              "duration": 9292,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring.default.visitDomain(cy);\n_websiteMonitoring.default.setViewport(cy);\nlet baseurl = _websiteMonitoring.default.readEnvVariable('url');\n_seoBasic.default.checkH1(cy, baseurl);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `:visible`, but never found it. Queried from:\n\n              > cy.get(h1)",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `:visible`, but never found it. Queried from:\n\n              > cy.get(h1)\n    at Object.checkH1 (webpack://cypress-website-monitoring/./cypress/steps/generic/seo-basic.js:26:25)\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/e2e/generic/seo-basic.js:18:23)",
                "diff": null
              },
              "uuid": "48762a06-b369-4d41-b4b4-da6f889b6c24",
              "parentUUID": "7a12e943-6cd3-43d3-b923-59daef492748",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Seo basic h2 check",
              "fullTitle": "Test Seo basic h2 check",
              "timedOut": null,
              "duration": 12480,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring.default.visitDomain(cy);\n_websiteMonitoring.default.setViewport(cy);\nlet 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 Context.eval (webpack://cypress-website-monitoring/./cypress/steps/generic/seo-basic.js:110:63)",
                "diff": null
              },
              "uuid": "031cc536-2345-406e-a4fa-5be1a53a676f",
              "parentUUID": "7a12e943-6cd3-43d3-b923-59daef492748",
              "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": 4331,
              "state": "passed",
              "speed": "fast",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring.default.visitDomain(cy);\n_websiteMonitoring.default.setViewport(cy);\n//check whether the meta tag \"description\" is present, populated and longer than 160 chars\ncy.get('head meta[name=description]').invoke('attr', 'content').should('not.be.empty').and('have.length.of.at.most', 160);",
              "err": {},
              "uuid": "b589c310-f81f-47ce-81d8-5122b94ac7da",
              "parentUUID": "7a12e943-6cd3-43d3-b923-59daef492748",
              "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": 3022,
              "state": "passed",
              "speed": "fast",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring.default.visitDomain(cy);\n_websiteMonitoring.default.setViewport(cy);\n//check whether the meta tag \"title\" is present, populated and longer than 55 chars\ncy.get('head > meta[property=\"og:title\"]').invoke('attr', 'content').should('not.be.empty').and('have.length.of.at.most', 55);",
              "err": {},
              "uuid": "bafb7e2e-05f8-4c2c-8150-8eb512dbb64f",
              "parentUUID": "7a12e943-6cd3-43d3-b923-59daef492748",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Loading time is too high",
              "fullTitle": "Test Loading time is too high",
              "timedOut": null,
              "duration": 58,
              "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": "fd2fb90a-f604-4afd-8d2f-e08d982064ad",
              "parentUUID": "7a12e943-6cd3-43d3-b923-59daef492748",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Check paragraph length",
              "fullTitle": "Test Check paragraph length",
              "timedOut": null,
              "duration": 3297,
              "state": "passed",
              "speed": "fast",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring.default.visitDomain(cy);\n_websiteMonitoring.default.setViewport(cy);\nlet baseurl = _websiteMonitoring.default.readEnvVariable('url');\n_seoBasic.default.checkParagraphLength(cy, baseurl);",
              "err": {},
              "uuid": "2bb534f6-49bc-4690-930a-2af10dd87e64",
              "parentUUID": "7a12e943-6cd3-43d3-b923-59daef492748",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "CHECK url word in page",
              "fullTitle": "Test CHECK url word in page",
              "timedOut": null,
              "duration": 28837,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring.default.visitDomain(cy);\n_websiteMonitoring.default.setViewport(cy);\nlet baseurl = _websiteMonitoring.default.readEnvVariable('url');\n_seoBasic.default.urlWordInPage(cy, baseurl);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find content: 'pbspu' but never did.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find content: 'pbspu' but never did.\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/steps/generic/seo-basic.js:159:70)",
                "diff": null
              },
              "uuid": "54b87a2c-1616-4c2a-8163-3fcbb6518727",
              "parentUUID": "7a12e943-6cd3-43d3-b923-59daef492748",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "CHECK link LENGTH",
              "fullTitle": "Test CHECK link LENGTH",
              "timedOut": null,
              "duration": 9829,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring.default.visitDomain(cy);\n_websiteMonitoring.default.setViewport(cy);\nlet baseurl = _websiteMonitoring.default.readEnvVariable('url');\n_seoBasic.default.checkLinkLength(cy, baseurl);",
              "err": {
                "message": "AssertionError: expected 'https://www.bodysupply.com/aghi-classici-e-grips/bodysupply-transparent-grips' to have a length at most 75 but got 77",
                "estack": "AssertionError: expected 'https://www.bodysupply.com/aghi-classici-e-grips/bodysupply-transparent-grips' to have a length at most 75 but got 77\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/steps/generic/seo-basic.js:183:59)",
                "diff": "- 77\n+ 75\n"
              },
              "uuid": "a853450e-1ca7-4dcb-947c-2a8a2452fe8a",
              "parentUUID": "7a12e943-6cd3-43d3-b923-59daef492748",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Has Strucured DATA",
              "fullTitle": "Test Has Strucured DATA",
              "timedOut": null,
              "duration": 11690,
              "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 (webpack://cypress-website-monitoring/./cypress/steps/generic/seo-basic.js:236:60)\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/e2e/generic/seo-basic.js:95:23)",
                "diff": null
              },
              "uuid": "e8cb86c3-372f-4f58-b558-e0529232d36e",
              "parentUUID": "7a12e943-6cd3-43d3-b923-59daef492748",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Attribute alt used FOR images",
              "fullTitle": "Test Attribute alt used FOR images",
              "timedOut": null,
              "duration": 9833,
              "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.category-thumbnail>' to have attribute 'alt'",
                "estack": "AssertionError: Timed out retrying after 4000ms: expected '<img.category-thumbnail>' to have attribute 'alt'\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/steps/generic/seo-basic.js:243:29)",
                "diff": null
              },
              "uuid": "7de5f914-e40a-4270-9e03-d64bd2bb48b8",
              "parentUUID": "7a12e943-6cd3-43d3-b923-59daef492748",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [
            "b589c310-f81f-47ce-81d8-5122b94ac7da",
            "bafb7e2e-05f8-4c2c-8150-8eb512dbb64f",
            "fd2fb90a-f604-4afd-8d2f-e08d982064ad",
            "2bb534f6-49bc-4690-930a-2af10dd87e64"
          ],
          "failures": [
            "48762a06-b369-4d41-b4b4-da6f889b6c24",
            "031cc536-2345-406e-a4fa-5be1a53a676f",
            "54b87a2c-1616-4c2a-8163-3fcbb6518727",
            "a853450e-1ca7-4dcb-947c-2a8a2452fe8a",
            "e8cb86c3-372f-4f58-b558-e0529232d36e",
            "7de5f914-e40a-4270-9e03-d64bd2bb48b8"
          ],
          "pending": [],
          "skipped": [],
          "duration": 92669,
          "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.3"
    },
    "marge": {
      "options": {
        "reportDir": "cypress/results/42/116/reports",
        "overwrite": true,
        "html": true,
        "json": true
      },
      "version": "6.2.0"
    }
  }
}