{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 0,
    "pending": 0,
    "failures": 1,
    "start": "2022-06-03T10:02:51.447Z",
    "end": "2022-06-03T10:03:01.573Z",
    "duration": 10126,
    "testsRegistered": 1,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "5fcfa58f-54f6-4b0c-83e5-4fc51edfcde6",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "91579bfb-6380-45b4-948f-9e1332d334c8",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "URL backend is not classic",
              "fullTitle": "Test URL backend is not classic",
              "timedOut": null,
              "duration": 8185,
              "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<style>\\n.amazon-pay-icon {\\nbackground: url(\\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAACbAAAAmwEPcaP1AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAFl0RVh0VGl0bGUAbG9nb3MvcGF5L2Z1bGxjb2xvci9wb3NpdGl2ZS9sb2dvX3BheS1wcmltYXJ5LWZ1bGxjb2xvci1wb3NpdGl2ZS10cmFuc3BhcmVudC1zcXVhcmWNaN7yAAABqklEQVQ4jdWSPWhTYRSGn/e7sQb1VhCEmlkKDg6aogTbBBxsqEPAn0UdDCK6uLgLtZubixAiddCtm4sXs6TegLbYGKi4CApdRGkp1ZoabfIdhxCMItl7pnd4z8N7fmDHl3rieDZfEmoZftShUsf0yon7YHuRls1458y3lmrPn6azk5fArdXjqOL6SJl6fPJ2O2kXDbvbqEWr9Ti6HLrWBczOBk4vTLredburiZ8sALg/YczDtF+uVJpISmenjqYn8tVNS86Awtfzzz4jfhzL5TPIVhYXo28Aib5pkmMTk+dN2ofx3tQZk+mtRMWwc92Uvuy8e2KBrvS6+gDWMrlNEwfauzvFrSBoD2+xS96GnekGwMaeIN7ftK9v5qOF/wDk63FU+WfJ5Z44MT416pudGQ/3+g0JmyWla3wa2g7HB51rPbSV8Lu71ahFq1aigMgBH2UPOY2ngGeOm7yUsEEgM0SZUwT8osO0AOwBIwTcQZwBaogl4AOwDoBnBJHCOIIjA1RJ8JhtcvqLPkuKNgUgDxwGDtF9ti9AA6gyxJyKbNgjDlJkbVDaHVK/AbIHo8tGKXEmAAAAAElFTkSuQmCC\\');\\n}\\n</style>\\n<script>\\nsetInterval(function () {\\ntry {\\ndocument.getElementById(\\'amazon-pay-config-button\\').closest(\\'.tab-item-content, .x-container\\').querySelector(\\'.x-toolbar\\').remove();\\n} catch (e) {\\n}\\n}, 500);\\nfetch(\\n\"/backend/OncoAmazonPay/healthCheck\"\\n)\\n.then(response => response.json())\\n.then(json => {\\nif (!json.msg) {\\nreturn;\\n}\\nconst messageInterval = setInterval(\\nfunction () {\\nif (typeof Shopware === \\'undefined\\') {\\nreturn;\\n}\\nif (typeof Shopware.Notification === \\'undefined\\') {\\nreturn;\\n}\\nif (typeof Shopware.Notification.createGrowlMessage === \\'undefined\\') {\\nreturn;\\n}\\nclearInterval(messageInterval);\\nShopware.Notification.createGrowlMessage(\\'Amazon Pay\\', \\'<img src=\"https://onlineshop.consulting/img/logo-health-check-amazon-pay.png\" alt=\"onlineshop.consulting\" style=\"float:right;width:40px; margin:0 0 5px 5px;\" />\\' + json.msg, \\'Amazon Pay\\')\\n},\\n1000\\n);\\n})\\n.catch(reason => {\\n});\\n</script>\\n<link rel=\"stylesheet\" href=\"/custom/plugins/AlphaShortcodes/Resources/views/backend/alpha_tiny_mce/style.css\" />\\n<style type=\"text/css\">\\n.sprite--paypal-unified {\\nbackground: url(/custom/plugins/SwagPaymentPayPalUnified/Resources/views/backend/_resources/img/paypal-unified.png) no-repeat 0 0 !important;\\n}\\n</style>\\n<style type=\"text/css\">\\n.sprite-scope01 {\\nbackground: url(/custom/plugins/ScopRedirecter/plugin.png) no-repeat 0 0 !important;\\n}\\n</style>\\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/custom/plugins/DreiscSeo/Views/backend/_src/dreisc_seo_app/css/custom-sprites.css\" />\\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/custom/plugins/DreiscSeo/Views/backend/_src/dreisc_seo_app/css/code-mirror-fix.css\" />\\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/custom/plugins/DreiscSeo/Views/backend/_src/dreisc_seo_app/css/dreisc-google-preview.css\" />\\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/custom/plugins/MbdusArticleOrder/Resources/views/backend/_resources/resources/styles/articleorder.css\" />\\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=\"/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.pflegeoverall24.de/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: \\'1654250576\\'\\n});\\nExt.Loader.setPath(\\'Shopware.apps\\', \\'/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=\"/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<style>\\n.amazon-pay-icon {\\nbackground: url(\\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAACbAAAAmwEPcaP1AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAFl0RVh0VGl0bGUAbG9nb3MvcGF5L2Z1bGxjb2xvci9wb3NpdGl2ZS9sb2dvX3BheS1wcmltYXJ5LWZ1bGxjb2xvci1wb3NpdGl2ZS10cmFuc3BhcmVudC1zcXVhcmWNaN7yAAABqklEQVQ4jdWSPWhTYRSGn/e7sQb1VhCEmlkKDg6aogTbBBxsqEPAn0UdDCK6uLgLtZubixAiddCtm4sXs6TegLbYGKi4CApdRGkp1ZoabfIdhxCMItl7pnd4z8N7fmDHl3rieDZfEmoZftShUsf0yon7YHuRls1458y3lmrPn6azk5fArdXjqOL6SJl6fPJ2O2kXDbvbqEWr9Ti6HLrWBczOBk4vTLredburiZ8sALg/YczDtF+uVJpISmenjqYn8tVNS86Awtfzzz4jfhzL5TPIVhYXo28Aib5pkmMTk+dN2ofx3tQZk+mtRMWwc92Uvuy8e2KBrvS6+gDWMrlNEwfauzvFrSBoD2+xS96GnekGwMaeIN7ftK9v5qOF/wDk63FU+WfJ5Z44MT416pudGQ/3+g0JmyWla3wa2g7HB51rPbSV8Lu71ahFq1aigMgBH2UPOY2ngGeOm7yUsEEgM0SZUwT8osO0AOwBIwTcQZwBaogl4AOwDoBnBJHCOIIjA1RJ8JhtcvqLPkuKNgUgDxwGDtF9ti9AA6gyxJyKbNgjDlJkbVDaHVK/AbIHo8tGKXEmAAAAAElFTkSuQmCC\\');\\n}\\n</style>\\n<script>\\nsetInterval(function () {\\ntry {\\ndocument.getElementById(\\'amazon-pay-config-button\\').closest(\\'.tab-item-content, .x-container\\').querySelector(\\'.x-toolbar\\').remove();\\n} catch (e) {\\n}\\n}, 500);\\nfetch(\\n\"/backend/OncoAmazonPay/healthCheck\"\\n)\\n.then(response => response.json())\\n.then(json => {\\nif (!json.msg) {\\nreturn;\\n}\\nconst messageInterval = setInterval(\\nfunction () {\\nif (typeof Shopware === \\'undefined\\') {\\nreturn;\\n}\\nif (typeof Shopware.Notification === \\'undefined\\') {\\nreturn;\\n}\\nif (typeof Shopware.Notification.createGrowlMessage === \\'undefined\\') {\\nreturn;\\n}\\nclearInterval(messageInterval);\\nShopware.Notification.createGrowlMessage(\\'Amazon Pay\\', \\'<img src=\"https://onlineshop.consulting/img/logo-health-check-amazon-pay.png\" alt=\"onlineshop.consulting\" style=\"float:right;width:40px; margin:0 0 5px 5px;\" />\\' + json.msg, \\'Amazon Pay\\')\\n},\\n1000\\n);\\n})\\n.catch(reason => {\\n});\\n</script>\\n<link rel=\"stylesheet\" href=\"/custom/plugins/AlphaShortcodes/Resources/views/backend/alpha_tiny_mce/style.css\" />\\n<style type=\"text/css\">\\n.sprite--paypal-unified {\\nbackground: url(/custom/plugins/SwagPaymentPayPalUnified/Resources/views/backend/_resources/img/paypal-unified.png) no-repeat 0 0 !important;\\n}\\n</style>\\n<style type=\"text/css\">\\n.sprite-scope01 {\\nbackground: url(/custom/plugins/ScopRedirecter/plugin.png) no-repeat 0 0 !important;\\n}\\n</style>\\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/custom/plugins/DreiscSeo/Views/backend/_src/dreisc_seo_app/css/custom-sprites.css\" />\\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/custom/plugins/DreiscSeo/Views/backend/_src/dreisc_seo_app/css/code-mirror-fix.css\" />\\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/custom/plugins/DreiscSeo/Views/backend/_src/dreisc_seo_app/css/dreisc-google-preview.css\" />\\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/custom/plugins/MbdusArticleOrder/Resources/views/backend/_resources/resources/styles/articleorder.css\" />\\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=\"/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.pflegeoverall24.de/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: \\'1654250576\\'\\n});\\nExt.Loader.setPath(\\'Shopware.apps\\', \\'/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=\"/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.pflegeoverall24.de/__cypress/tests?p=cypress/integration/shopware5/url-backend-is-not-classic.js:21:52)",
                "diff": null
              },
              "uuid": "b241445a-0b1c-4664-9f2c-175f462f07c7",
              "parentUUID": "91579bfb-6380-45b4-948f-9e1332d334c8",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "b241445a-0b1c-4664-9f2c-175f462f07c7"
          ],
          "pending": [],
          "skipped": [],
          "duration": 8185,
          "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/22/42/reports"
      },
      "version": "6.1.0"
    }
  }
}