From d0da289d1e71aeb9cf9123ca314ff371f13c495b Mon Sep 17 00:00:00 2001 From: Nikola Shekerev Date: Thu, 20 Sep 2018 16:15:33 +0300 Subject: [PATCH] feat: extract selenium log as build artifact --- nightwatch.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nightwatch.conf.js b/nightwatch.conf.js index b2845ae..4f69ae2 100644 --- a/nightwatch.conf.js +++ b/nightwatch.conf.js @@ -33,7 +33,7 @@ module.exports = (function() { "selenium": { "start_process": true, "server_path": require.resolve('selenium-standalone/.selenium/selenium-server/3.5.3-server.jar'), - "log_path": false, + "log_path": path.resolve(process.cwd(), "../../artifacts"), "cli_args": { "webdriver.chrome.driver": chromeDriverPath }