{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 0,
    "pending": 0,
    "failures": 1,
    "start": "2023-01-10T10:07:17.461Z",
    "end": "2023-01-10T10:07:28.160Z",
    "duration": 10699,
    "testsRegistered": 1,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "bb7a82ad-cd55-42b1-a1d3-f7ccf114e238",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "8996ea09-4eb6-4eea-817c-3b2b86c046ed",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "URL backend is not classic",
              "fullTitle": "Test URL backend is not classic",
              "timedOut": null,
              "duration": 8853,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy); //get the current url from env var\n\nvar url = _websiteMonitoring[\"default\"].readEnvVariable('url');\ncy.request(url.concat(\"/backend\")).its('body').should('not.include', \"<title>Shopware 5 - Backend (c) shopware AG</title>\");",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: expected '<!DOCTYPE html>\\n<html>\\n<head>\\n<meta charset=\"UTF-8\" />\\n<meta name=\"robots\" content=\"index,follow\" />\\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\\n<title>Shopware 5 - Backend (c) shopware AG</title>\\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/themes/Backend/ExtJs/backend/_resources/resources/css/ext-all.css?\" />\\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/themes/Backend/ExtJs/backend/_resources/resources/css/core-icon-set.css?\" />\\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/themes/Backend/ExtJs/backend/_resources/resources/css/core-icon-set-new.css?\" />\\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/engine/Library/CodeMirror/lib/codemirror.css?\" />\\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/themes/Backend/ExtJs/backend/_resources/styles/growl.css\" />\\n<style type=\"text/css\">\\niframe { border: 0 none !important; width: 100%; height: 100%; }\\n#nav ul { top: 26px !important }\\n#header li.main { height: 28px !important }\\n.deprecated { color: #fff; font-size: 11px; font-weight: 700; text-align: center }\\n</style>\\n<link type=\"text/css\" media=\"all\" rel=\"stylesheet\" href=\"/engine/Shopware/Plugins/Community/Frontend/StripePayment/Views/backend/stripe_payment/_resources/css/stripe-button.css\" />\\n<style type=\"text/css\">\\n.trusted-shops-icon {\\nbackground: url(/engine/Shopware/Plugins/Community/Frontend/trus1TrustedShopsBadge/Views/backend/trusted_shops_badge/images/trusted_shops_plugin.png) no-repeat 0 0 !important;\\n}\\n/*Expert mode ul bulletpoints fix*/\\n.expert-description {\\npadding: 5px 15px;\\n}\\n.expert-description li {\\nlist-style: initial;\\n}\\n</style>\\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/custom/plugins/SwagDigitalPublishing/Resources/views/backend/_resources/css/digpub-icon-set.css\" />\\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/custom/plugins/NetiFoundation/Views/backend/neti_foundation/_resources/css/media.css\" />\\n<style type=\"text/css\">\\n.sprite-mailchimp-icon {\\nbackground:url(/custom/plugins/JETTMailChimpSubSync/plugin.png) no-repeat 0 0 !important;\\n}\\n</style>\\n<style type=\"text/css\">\\n.sprite-mailchimp-icon {\\nbackground:url(/custom/plugins/JETTMailChimpSync/plugin.png) no-repeat 0 0 !important;\\n}\\n</style>\\n<link rel=\"icon\" href=\"/themes/Backend/ExtJs/backend/_resources/images/index/favicon.ico\" type=\"image/x-icon\" />\\n<link rel=\"shortcut icon\" href=\"/themes/Backend/ExtJs/backend/_resources/images/index/favicon.ico\" type=\"image/x-icon\" />\\n<script type=\"text/javascript\" src=\"/engine/Shopware/Plugins/Community/Core/SwagLicense/Library/ExtJs/ext-all.js?\"></script>\\n<script type=\"text/javascript\" src=\"/engine/Library/ExtJs/locale/ext-lang-de.js?\"></script>\\n<script type=\"text/javascript\" src=\"/engine/Library/TinyMce/tiny_mce.js?\"></script>\\n<script type=\"text/javascript\" src=\"/engine/Library/CodeMirror/lib/codemirror.js?\"></script>\\n<script type=\"text/javascript\">\\nExt.editorLang = \\'de\\';\\nExt.shopwareRevision = \\'\\';\\nExt.userLanguage = \\'de\\';\\n</script>\\n<script type=\"text/javascript\" src=\"/de/backend/base?file=bootstrap&\"></script>\\n<script type=\"text/javascript\">\\nvar userName = \\'\\',\\nmaxParameterLength = \\'\\';\\nExt.define(\\'Shopware.app.Application\\', {\\nextend: \\'Ext.app.Application\\',\\nname: \\'Shopware\\',\\nsingleton: true,\\nautoCreateViewport: false,\\nrequires: [ \\'Shopware.container.Viewport\\' ],\\nbaseComponents: {\\n\\'Shopware.container.Viewport\\': false,\\n\\'Shopware.apps.Index.view.Menu\\': false,\\n\\'Shopware.apps.Index.view.Footer\\': false\\n},\\nviewport: null,\\nlaunch: function() {\\nvar me = this,\\npreloader = Ext.create(\\'Shopware.component.Preloader\\').bindEvents(Shopware.app.Application),\\nerrorReporter = Ext.create(\\'Shopware.global.ErrorReporter\\').bindEvents(Shopware.app.Application);\\n/**\\n* Activates the Ext.fx.Anim class globally and\\n* drives the animations our CSS 3 if supported.\\n*/\\nExt.enableFx = true;\\nthis.addEvents(\\'baseComponentsReady\\', \\'subAppLoaded\\');\\n// Disable currency sign\\nExt.apply(Ext.util.Format, {\\ncurrencySign: \\'\\'\\n});\\n// Fix default date format\\nExt.Date.defaultFormat = Ext.util.Format.dateFormat;\\nthis.callParent(arguments);\\nthis.addSubApplication({\\nname: \"Shopware.apps.Login\",\\nlocalizedName: \\'Login\\'\\n});\\n// Start preloading the icon sets\\nme.iconPreloader = Ext.create(\\'Shopware.component.IconPreloader\\', {\\nloadPath: \"https://www.daunenstep.com/themes/Backend/ExtJs/backend/_resources/resources/css\"\\n});\\n},\\n/**\\n* Checks if all base components are loaded and rendered.\\n* If truthy the preloader will be triggered.\\n*\\n* @param cmp - Component which calls the method\\n* @return void\\n*/\\nbaseComponentIsReady: function(cmp) {\\nvar me = this,\\nallReady = true;\\nme.baseComponents[cmp.$className] = true;\\nExt.iterate(me.baseComponents, function(index, item) {\\nif(!item) {\\nallReady = false;\\nreturn false;\\n}\\n});\\nif(allReady) {\\nwindow.setTimeout(function() {\\nme.fireEvent(\\'baseComponentsReady\\', me);\\n}, 1000);\\n}\\n}\\n});\\n/** Basic loader configuration  */\\nExt.Loader.setConfig({\\nenabled: true,\\ndisableCaching: true,\\ndisableCachingParam: \\'no-cache\\',\\ndisableCachingValue: \\'1673335465\\'\\n});\\nExt.Loader.setPath(\\'Shopware.apps\\', \\'/de/backend\\', \\'?file=app\\');\\nExt.onReady(function() {\\nvar timeField = Ext.create(\\'Ext.form.field.Time\\');\\nthis.timeFormat = timeField.format;\\n});\\n</script>\\n<script type=\"text/javascript\">\\nExt.onReady(function() {\\nExt.getBody().addCls(\\'shopware-pe\\');\\n});\\n</script>\\n<script type=\"text/javascript\" src=\"/engine/Shopware/Plugins/Community/Backend/SwagImportExport/Views/backend/swag_import_export/_resources/javascript/aceeditor/ace/src/ace.js\"></script>\\n<script type=\"text/javascript\" src=\"/engine/Shopware/Plugins/Community/Backend/SwagImportExport/Views/backend/swag_import_export/_resources/javascript/aceeditor/Editor.js\"></script>\\n<script type=\"text/javascript\" src=\"/engine/Shopware/Plugins/Community/Backend/SwagImportExport/Views/backend/swag_import_export/_resources/javascript/aceeditor/Panel.js\"></script>\\n</head>\\n<body class=\"shopware-pe\">\\n<div class=\"container\">\\n</div>\\n<form id=\"history-form\" class=\"x-hide-display\">\\n<input type=\"hidden\" id=\"x-history-field\" />\\n<iframe id=\"x-history-frame\"></iframe>\\n</form>\\n</body>\\n</html>' to not include '<title>Shopware 5 - Backend (c) shopware AG</title>'",
                "estack": "AssertionError: Timed out retrying after 4000ms: expected '<!DOCTYPE html>\\n<html>\\n<head>\\n<meta charset=\"UTF-8\" />\\n<meta name=\"robots\" content=\"index,follow\" />\\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\\n<title>Shopware 5 - Backend (c) shopware AG</title>\\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/themes/Backend/ExtJs/backend/_resources/resources/css/ext-all.css?\" />\\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/themes/Backend/ExtJs/backend/_resources/resources/css/core-icon-set.css?\" />\\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/themes/Backend/ExtJs/backend/_resources/resources/css/core-icon-set-new.css?\" />\\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/engine/Library/CodeMirror/lib/codemirror.css?\" />\\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/themes/Backend/ExtJs/backend/_resources/styles/growl.css\" />\\n<style type=\"text/css\">\\niframe { border: 0 none !important; width: 100%; height: 100%; }\\n#nav ul { top: 26px !important }\\n#header li.main { height: 28px !important }\\n.deprecated { color: #fff; font-size: 11px; font-weight: 700; text-align: center }\\n</style>\\n<link type=\"text/css\" media=\"all\" rel=\"stylesheet\" href=\"/engine/Shopware/Plugins/Community/Frontend/StripePayment/Views/backend/stripe_payment/_resources/css/stripe-button.css\" />\\n<style type=\"text/css\">\\n.trusted-shops-icon {\\nbackground: url(/engine/Shopware/Plugins/Community/Frontend/trus1TrustedShopsBadge/Views/backend/trusted_shops_badge/images/trusted_shops_plugin.png) no-repeat 0 0 !important;\\n}\\n/*Expert mode ul bulletpoints fix*/\\n.expert-description {\\npadding: 5px 15px;\\n}\\n.expert-description li {\\nlist-style: initial;\\n}\\n</style>\\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/custom/plugins/SwagDigitalPublishing/Resources/views/backend/_resources/css/digpub-icon-set.css\" />\\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/custom/plugins/NetiFoundation/Views/backend/neti_foundation/_resources/css/media.css\" />\\n<style type=\"text/css\">\\n.sprite-mailchimp-icon {\\nbackground:url(/custom/plugins/JETTMailChimpSubSync/plugin.png) no-repeat 0 0 !important;\\n}\\n</style>\\n<style type=\"text/css\">\\n.sprite-mailchimp-icon {\\nbackground:url(/custom/plugins/JETTMailChimpSync/plugin.png) no-repeat 0 0 !important;\\n}\\n</style>\\n<link rel=\"icon\" href=\"/themes/Backend/ExtJs/backend/_resources/images/index/favicon.ico\" type=\"image/x-icon\" />\\n<link rel=\"shortcut icon\" href=\"/themes/Backend/ExtJs/backend/_resources/images/index/favicon.ico\" type=\"image/x-icon\" />\\n<script type=\"text/javascript\" src=\"/engine/Shopware/Plugins/Community/Core/SwagLicense/Library/ExtJs/ext-all.js?\"></script>\\n<script type=\"text/javascript\" src=\"/engine/Library/ExtJs/locale/ext-lang-de.js?\"></script>\\n<script type=\"text/javascript\" src=\"/engine/Library/TinyMce/tiny_mce.js?\"></script>\\n<script type=\"text/javascript\" src=\"/engine/Library/CodeMirror/lib/codemirror.js?\"></script>\\n<script type=\"text/javascript\">\\nExt.editorLang = \\'de\\';\\nExt.shopwareRevision = \\'\\';\\nExt.userLanguage = \\'de\\';\\n</script>\\n<script type=\"text/javascript\" src=\"/de/backend/base?file=bootstrap&\"></script>\\n<script type=\"text/javascript\">\\nvar userName = \\'\\',\\nmaxParameterLength = \\'\\';\\nExt.define(\\'Shopware.app.Application\\', {\\nextend: \\'Ext.app.Application\\',\\nname: \\'Shopware\\',\\nsingleton: true,\\nautoCreateViewport: false,\\nrequires: [ \\'Shopware.container.Viewport\\' ],\\nbaseComponents: {\\n\\'Shopware.container.Viewport\\': false,\\n\\'Shopware.apps.Index.view.Menu\\': false,\\n\\'Shopware.apps.Index.view.Footer\\': false\\n},\\nviewport: null,\\nlaunch: function() {\\nvar me = this,\\npreloader = Ext.create(\\'Shopware.component.Preloader\\').bindEvents(Shopware.app.Application),\\nerrorReporter = Ext.create(\\'Shopware.global.ErrorReporter\\').bindEvents(Shopware.app.Application);\\n/**\\n* Activates the Ext.fx.Anim class globally and\\n* drives the animations our CSS 3 if supported.\\n*/\\nExt.enableFx = true;\\nthis.addEvents(\\'baseComponentsReady\\', \\'subAppLoaded\\');\\n// Disable currency sign\\nExt.apply(Ext.util.Format, {\\ncurrencySign: \\'\\'\\n});\\n// Fix default date format\\nExt.Date.defaultFormat = Ext.util.Format.dateFormat;\\nthis.callParent(arguments);\\nthis.addSubApplication({\\nname: \"Shopware.apps.Login\",\\nlocalizedName: \\'Login\\'\\n});\\n// Start preloading the icon sets\\nme.iconPreloader = Ext.create(\\'Shopware.component.IconPreloader\\', {\\nloadPath: \"https://www.daunenstep.com/themes/Backend/ExtJs/backend/_resources/resources/css\"\\n});\\n},\\n/**\\n* Checks if all base components are loaded and rendered.\\n* If truthy the preloader will be triggered.\\n*\\n* @param cmp - Component which calls the method\\n* @return void\\n*/\\nbaseComponentIsReady: function(cmp) {\\nvar me = this,\\nallReady = true;\\nme.baseComponents[cmp.$className] = true;\\nExt.iterate(me.baseComponents, function(index, item) {\\nif(!item) {\\nallReady = false;\\nreturn false;\\n}\\n});\\nif(allReady) {\\nwindow.setTimeout(function() {\\nme.fireEvent(\\'baseComponentsReady\\', me);\\n}, 1000);\\n}\\n}\\n});\\n/** Basic loader configuration  */\\nExt.Loader.setConfig({\\nenabled: true,\\ndisableCaching: true,\\ndisableCachingParam: \\'no-cache\\',\\ndisableCachingValue: \\'1673335465\\'\\n});\\nExt.Loader.setPath(\\'Shopware.apps\\', \\'/de/backend\\', \\'?file=app\\');\\nExt.onReady(function() {\\nvar timeField = Ext.create(\\'Ext.form.field.Time\\');\\nthis.timeFormat = timeField.format;\\n});\\n</script>\\n<script type=\"text/javascript\">\\nExt.onReady(function() {\\nExt.getBody().addCls(\\'shopware-pe\\');\\n});\\n</script>\\n<script type=\"text/javascript\" src=\"/engine/Shopware/Plugins/Community/Backend/SwagImportExport/Views/backend/swag_import_export/_resources/javascript/aceeditor/ace/src/ace.js\"></script>\\n<script type=\"text/javascript\" src=\"/engine/Shopware/Plugins/Community/Backend/SwagImportExport/Views/backend/swag_import_export/_resources/javascript/aceeditor/Editor.js\"></script>\\n<script type=\"text/javascript\" src=\"/engine/Shopware/Plugins/Community/Backend/SwagImportExport/Views/backend/swag_import_export/_resources/javascript/aceeditor/Panel.js\"></script>\\n</head>\\n<body class=\"shopware-pe\">\\n<div class=\"container\">\\n</div>\\n<form id=\"history-form\" class=\"x-hide-display\">\\n<input type=\"hidden\" id=\"x-history-field\" />\\n<iframe id=\"x-history-frame\"></iframe>\\n</form>\\n</body>\\n</html>' to not include '<title>Shopware 5 - Backend (c) shopware AG</title>'\n    at Context.eval (https://www.daunenstep.com/__cypress/tests?p=cypress/integration/shopware5/url-backend-is-not-classic.js:21:52)",
                "diff": null
              },
              "uuid": "ab456fbd-0866-4a96-a2e3-61673b342c3c",
              "parentUUID": "8996ea09-4eb6-4eea-817c-3b2b86c046ed",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "ab456fbd-0866-4a96-a2e3-61673b342c3c"
          ],
          "pending": [],
          "skipped": [],
          "duration": 8853,
          "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/9/42/reports"
      },
      "version": "6.1.0"
    }
  }
}