{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 0,
    "pending": 0,
    "failures": 1,
    "start": "2022-04-04T08:02:58.714Z",
    "end": "2022-04-04T08:03:06.529Z",
    "duration": 7815,
    "testsRegistered": 1,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "02542f40-bc70-487c-8017-22c4e84a74c7",
      "title": "",
      "fullFile": "cypress/integration/shopware5/phpmyadmin-url-is-not-classic.js",
      "file": "cypress/integration/shopware5/phpmyadmin-url-is-not-classic.js",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "9a6ab1b6-746a-4f3c-bfda-79241e7d7aae",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "PhpMyAdmin URL is not classic",
              "fullTitle": "Test PhpMyAdmin URL is not classic",
              "timedOut": null,
              "duration": 4872,
              "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');\ncy.visit(baseurl.concat(\"phpmyadmin\"), {\n  failOnStatusCode: false\n}).get('body').should('not.contain', \"phpMyAdmin\");",
              "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  > superdomain\n\nYou may only `cy.visit()` same-origin URLs within a single test.\n\nThe previous URL you visited was:\n\n  > 'https://www.dynafit.com'\n\nYou're attempting to visit this URL:\n\n  > 'https://www.dynafit.comphpmyadmin'\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  > superdomain\n\nYou may only `cy.visit()` same-origin URLs within a single test.\n\nThe previous URL you visited was:\n\n  > 'https://www.dynafit.com'\n\nYou're attempting to visit this URL:\n\n  > 'https://www.dynafit.comphpmyadmin'\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://www.dynafit.com/__cypress/runner/cypress_runner.js:158267:72)\n    at go (https://www.dynafit.com/__cypress/runner/cypress_runner.js:159094:18)\n    at visit (https://www.dynafit.com/__cypress/runner/cypress_runner.js:159284:16)\n    at Context.visit (https://www.dynafit.com/__cypress/runner/cypress_runner.js:159287:14)\nFrom Your Spec Code:\n    at Context.eval (https://www.dynafit.com/__cypress/tests?p=cypress/integration/shopware5/phpmyadmin-url-is-not-classic.js:24:8)",
                "diff": null
              },
              "uuid": "7476040d-b091-4228-9407-de5a910dcc88",
              "parentUUID": "9a6ab1b6-746a-4f3c-bfda-79241e7d7aae",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "7476040d-b091-4228-9407-de5a910dcc88"
          ],
          "pending": [],
          "skipped": [],
          "duration": 4872,
          "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.0.1"
    },
    "marge": {
      "options": {
        "reportDir": "cypress/results/2/26/reports"
      },
      "version": "6.0.1"
    }
  }
}