{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 0,
    "pending": 0,
    "failures": 1,
    "start": "2022-05-13T09:53:31.628Z",
    "end": "2022-05-13T09:53:50.038Z",
    "duration": 18410,
    "testsRegistered": 1,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "77cbdcf2-0ea9-4d1b-90d2-818a5717c083",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "54145d70-9080-4b63-b054-af5ce575553e",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "URL backend is not classic",
              "fullTitle": "Test URL backend is not classic",
              "timedOut": null,
              "duration": 16619,
              "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=\"noindex,nofollow\" />\\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=\"/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=\"/custom/plugins/TonurGreetingCardOption5/Resources/views/backend/_resources/css/tonur_greeting_card_option.css\" />\\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/custom/plugins/TonurRuntime/Resources/views/backend/_public/css/tonur-runtime-base.css\" />\\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.sprite-mailchimp-icon {\\nbackground:url(/custom/plugins/JETTMailChimpSubSyncTwo/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/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=\"/themes/Backend/ExtJs/backend/_resources/ace_editor/ace.js?\"></script>\\n<script type=\"text/javascript\" src=\"/themes/Backend/ExtJs/backend/_resources/ace_editor/ext-language_tools.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 currentTabState = \\'active\\';\\nwindow.addEventListener(\\'blur\\', function () {\\ncurrentTabState = \\'inactive\\';\\n});\\nwindow.addEventListener(\\'focus\\', function () {\\ncurrentTabState = \\'active\\';\\n});\\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.feines.it/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: \\'1652435624\\'\\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\" src=\"/de/backend/tonur_runtime_base?file=bootstrap&\"></script>\\n<script type=\"text/javascript\" src=\"/themes/Backend/ExtJs/backend/_resources/ace_editor/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-ce\">\\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=\"noindex,nofollow\" />\\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=\"/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=\"/custom/plugins/TonurGreetingCardOption5/Resources/views/backend/_resources/css/tonur_greeting_card_option.css\" />\\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/custom/plugins/TonurRuntime/Resources/views/backend/_public/css/tonur-runtime-base.css\" />\\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.sprite-mailchimp-icon {\\nbackground:url(/custom/plugins/JETTMailChimpSubSyncTwo/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/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=\"/themes/Backend/ExtJs/backend/_resources/ace_editor/ace.js?\"></script>\\n<script type=\"text/javascript\" src=\"/themes/Backend/ExtJs/backend/_resources/ace_editor/ext-language_tools.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 currentTabState = \\'active\\';\\nwindow.addEventListener(\\'blur\\', function () {\\ncurrentTabState = \\'inactive\\';\\n});\\nwindow.addEventListener(\\'focus\\', function () {\\ncurrentTabState = \\'active\\';\\n});\\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.feines.it/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: \\'1652435624\\'\\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\" src=\"/de/backend/tonur_runtime_base?file=bootstrap&\"></script>\\n<script type=\"text/javascript\" src=\"/themes/Backend/ExtJs/backend/_resources/ace_editor/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-ce\">\\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.feines.it/__cypress/tests?p=cypress/integration/shopware5/url-backend-is-not-classic.js:21:52)",
                "diff": null
              },
              "uuid": "191a734c-4c7e-457f-8fff-d38f38f0cb9c",
              "parentUUID": "54145d70-9080-4b63-b054-af5ce575553e",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "191a734c-4c7e-457f-8fff-d38f38f0cb9c"
          ],
          "pending": [],
          "skipped": [],
          "duration": 16619,
          "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/11/42/reports"
      },
      "version": "6.1.0"
    }
  }
}