Loading core/tests/Drupal/Nightwatch/Commands/drupalInstall.js +3 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,9 @@ exports.command = function drupalInstall( ) { const self = this; // Ensure no session cookie exists anymore; they won't work on this newly installed Drupal site anyway. this.deleteCookies(); try { setupFile = setupFile ? `--setup-file "${setupFile}"` : ''; installProfile = `--install-profile "${installProfile}"`; Loading core/tests/Drupal/Nightwatch/nightwatch.conf.js +2 −0 Original line number Diff line number Diff line Loading @@ -76,6 +76,7 @@ module.exports = { path: `${process.env.DRUPAL_NIGHTWATCH_OUTPUT}/screenshots`, }, end_session_on_fail: false, skip_testcases_on_fail: false, }, local: { webdriver: { Loading @@ -100,6 +101,7 @@ module.exports = { path: `${process.env.DRUPAL_NIGHTWATCH_OUTPUT}/screenshots`, }, end_session_on_fail: false, skip_testcases_on_fail: false, }, }, }; Loading
core/tests/Drupal/Nightwatch/Commands/drupalInstall.js +3 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,9 @@ exports.command = function drupalInstall( ) { const self = this; // Ensure no session cookie exists anymore; they won't work on this newly installed Drupal site anyway. this.deleteCookies(); try { setupFile = setupFile ? `--setup-file "${setupFile}"` : ''; installProfile = `--install-profile "${installProfile}"`; Loading
core/tests/Drupal/Nightwatch/nightwatch.conf.js +2 −0 Original line number Diff line number Diff line Loading @@ -76,6 +76,7 @@ module.exports = { path: `${process.env.DRUPAL_NIGHTWATCH_OUTPUT}/screenshots`, }, end_session_on_fail: false, skip_testcases_on_fail: false, }, local: { webdriver: { Loading @@ -100,6 +101,7 @@ module.exports = { path: `${process.env.DRUPAL_NIGHTWATCH_OUTPUT}/screenshots`, }, end_session_on_fail: false, skip_testcases_on_fail: false, }, }, };