feat: extract selenium log as build artifact

This commit is contained in:
Nikola Shekerev 2018-09-20 16:15:33 +03:00
Родитель 82cbaf1e75
Коммит d0da289d1e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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
}