{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 0,
    "pending": 0,
    "failures": 1,
    "start": "2022-04-12T10:35:48.666Z",
    "end": "2022-04-12T10:36:29.059Z",
    "duration": 40393,
    "testsRegistered": 1,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "30132a59-6051-4e75-98f1-e2c6e921965a",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "1fb921ea-98b5-49d3-b176-7619909c1cd4",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Principal links have https",
              "fullTitle": "Test Principal links have https",
              "timedOut": null,
              "duration": 38430,
              "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');\nif (cy.statusCode(baseurl.concat('sitemap'))) {\n  _principalLinksHaveHttps[\"default\"].visitSitemapAndAllLinks(cy, baseurl);\n} else {\n  _principalLinksHaveHttps[\"default\"].visitAllLinks(cy);\n}",
              "err": {
                "message": "CypressError: `cy.visit()` failed because you are attempting to visit a URL that is of a different origin.\n\nThe new URL is considered a different origin because the following parts of the URL are different:\n\n  > protocol, superdomain\n\nYou may only `cy.visit()` same-origin URLs within a single test.\n\nThe previous URL you visited was:\n\n  > 'https://italiatella.com'\n\nYou're attempting to visit this URL:\n\n  > 'null'\n\nYou may need to restructure some of your test code to avoid this problem.\n\nhttps://on.cypress.io/cannot-visit-different-origin-domain",
                "estack": "CypressError: `cy.visit()` failed because you are attempting to visit a URL that is of a different origin.\n\nThe new URL is considered a different origin because the following parts of the URL are different:\n\n  > protocol, superdomain\n\nYou may only `cy.visit()` same-origin URLs within a single test.\n\nThe previous URL you visited was:\n\n  > 'https://italiatella.com'\n\nYou're attempting to visit this URL:\n\n  > 'null'\n\nYou may need to restructure some of your test code to avoid this problem.\n\nhttps://on.cypress.io/cannot-visit-different-origin-domain\n    at cannotVisitDifferentOrigin (https://italiatella.com/__cypress/runner/cypress_runner.js:158308:72)\n    at go (https://italiatella.com/__cypress/runner/cypress_runner.js:159135:18)\n    at visit (https://italiatella.com/__cypress/runner/cypress_runner.js:159325:16)\n    at Context.visit (https://italiatella.com/__cypress/runner/cypress_runner.js:159328:14)\nFrom Your Spec Code:\n    at Context.eval (https://italiatella.com/__cypress/tests?p=cypress/integration/shopware5/principal-links-have-https.js:302:10)",
                "diff": null
              },
              "uuid": "e196c3e1-992a-4c77-b1a0-2c0c4b05535b",
              "parentUUID": "1fb921ea-98b5-49d3-b176-7619909c1cd4",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "e196c3e1-992a-4c77-b1a0-2c0c4b05535b"
          ],
          "pending": [],
          "skipped": [],
          "duration": 38430,
          "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/19/27/reports"
      },
      "version": "6.1.0"
    }
  }
}