{
  "stats": {
    "suites": 1,
    "tests": 10,
    "passes": 4,
    "pending": 0,
    "failures": 6,
    "start": "2025-02-17T08:58:03.241Z",
    "end": "2025-02-17T08:59:32.642Z",
    "duration": 89401,
    "testsRegistered": 10,
    "passPercent": 40,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "f1406042-8e31-400f-8473-e25b51716b24",
      "title": "",
      "fullFile": "cypress/e2e/generic/seo-basic.js",
      "file": "cypress/e2e/generic/seo-basic.js",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "88417280-98d5-428c-8bcd-82669cdaf19e",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Seo basic h1 check",
              "fullTitle": "Test Seo basic h1 check",
              "timedOut": null,
              "duration": 6836,
              "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: `h1`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `h1`, but never found it.\n    at Object.checkH1 (webpack://cypress-website-monitoring/./cypress/steps/generic/seo-basic.js:26:15)\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/e2e/generic/seo-basic.js:18:23)",
                "diff": null
              },
              "uuid": "c96737a5-ad9c-4ffa-8b77-25e5cc76f697",
              "parentUUID": "88417280-98d5-428c-8bcd-82669cdaf19e",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Seo basic h2 check",
              "fullTitle": "Test Seo basic h2 check",
              "timedOut": null,
              "duration": 8747,
              "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": "8eb80940-b00b-4d80-a1b2-ea95455108a4",
              "parentUUID": "88417280-98d5-428c-8bcd-82669cdaf19e",
              "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": 2077,
              "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": "eb017a22-b268-4fc9-b64f-2c527f0ef441",
              "parentUUID": "88417280-98d5-428c-8bcd-82669cdaf19e",
              "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": 1593,
              "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": "c6c3adbf-9fbb-4dce-aa7b-f6e855721d82",
              "parentUUID": "88417280-98d5-428c-8bcd-82669cdaf19e",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Loading time is too high",
              "fullTitle": "Test Loading time is too high",
              "timedOut": null,
              "duration": 131,
              "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": "14401606-3c88-43f4-8d1a-350f17750a8e",
              "parentUUID": "88417280-98d5-428c-8bcd-82669cdaf19e",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Check paragraph length",
              "fullTitle": "Test Check paragraph length",
              "timedOut": null,
              "duration": 1990,
              "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": "cbbaf7dd-a4a0-4b42-967e-654d74840479",
              "parentUUID": "88417280-98d5-428c-8bcd-82669cdaf19e",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "CHECK url word in page",
              "fullTitle": "Test CHECK url word in page",
              "timedOut": null,
              "duration": 41441,
              "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: 'd18d3a88afdc43c1b764f57cb1281191' but never did.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find content: 'd18d3a88afdc43c1b764f57cb1281191' but never did.\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/steps/generic/seo-basic.js:163:70)",
                "diff": null
              },
              "uuid": "58717662-fb2c-4f45-89c3-06ac64ca570e",
              "parentUUID": "88417280-98d5-428c-8bcd-82669cdaf19e",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "CHECK link LENGTH",
              "fullTitle": "Test CHECK link LENGTH",
              "timedOut": null,
              "duration": 4814,
              "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://myvac.426.agency/buste-sottovuoto/buste-lisce/?properties=b319b401e4b24c01ba114dbdb7664b12' to have a length at most 75 but got 98",
                "estack": "AssertionError: expected 'https://myvac.426.agency/buste-sottovuoto/buste-lisce/?properties=b319b401e4b24c01ba114dbdb7664b12' to have a length at most 75 but got 98\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/steps/generic/seo-basic.js:183:59)",
                "diff": "- 98\n+ 75\n"
              },
              "uuid": "68fa8d9d-d018-4633-9da9-15048e3b9338",
              "parentUUID": "88417280-98d5-428c-8bcd-82669cdaf19e",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Has Strucured DATA",
              "fullTitle": "Test Has Strucured DATA",
              "timedOut": null,
              "duration": 9036,
              "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": "b34b9165-60d6-4811-affd-1b579569a54b",
              "parentUUID": "88417280-98d5-428c-8bcd-82669cdaf19e",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Attribute alt used FOR images",
              "fullTitle": "Test Attribute alt used FOR images",
              "timedOut": null,
              "duration": 6864,
              "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-flyout-teaser-image>' to have attribute 'alt'",
                "estack": "AssertionError: Timed out retrying after 4000ms: expected '<img.navigation-flyout-teaser-image>' to have attribute 'alt'\n    at Context.eval (webpack://cypress-website-monitoring/./cypress/steps/generic/seo-basic.js:243:29)",
                "diff": null
              },
              "uuid": "443aa051-4aaf-4dcb-bcee-997a11d195ac",
              "parentUUID": "88417280-98d5-428c-8bcd-82669cdaf19e",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [
            "eb017a22-b268-4fc9-b64f-2c527f0ef441",
            "c6c3adbf-9fbb-4dce-aa7b-f6e855721d82",
            "14401606-3c88-43f4-8d1a-350f17750a8e",
            "cbbaf7dd-a4a0-4b42-967e-654d74840479"
          ],
          "failures": [
            "c96737a5-ad9c-4ffa-8b77-25e5cc76f697",
            "8eb80940-b00b-4d80-a1b2-ea95455108a4",
            "58717662-fb2c-4f45-89c3-06ac64ca570e",
            "68fa8d9d-d018-4633-9da9-15048e3b9338",
            "b34b9165-60d6-4811-affd-1b579569a54b",
            "443aa051-4aaf-4dcb-bcee-997a11d195ac"
          ],
          "pending": [],
          "skipped": [],
          "duration": 83529,
          "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/38/116/reports",
        "overwrite": true,
        "html": true,
        "json": true
      },
      "version": "6.2.0"
    }
  }
}