From 367c2df3da3457812cf3788f74337fd0cf97eb94 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Wed, 18 Oct 2017 08:53:25 -0300 Subject: [PATCH] Modifying test conf --- nightwatch.conf.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nightwatch.conf.js b/nightwatch.conf.js index 44bb94272..fddbce229 100644 --- a/nightwatch.conf.js +++ b/nightwatch.conf.js @@ -37,13 +37,13 @@ module.exports = { enabled: true, on_failure: true, on_error: true, - path: './test/e2e/tests_output' + path: process.env.REPORTS_FOLDER || './test/e2e/reports', }, }, 'chrome-headless': { desiredCapabilities: { chromeOptions : { - args: ['--headless', '--disable-gpu'] + args: ['--headless', '--disable-gpu'], }, }, },