Modifying test conf

This commit is contained in:
Belen Curcio
2017-10-18 08:53:25 -03:00
parent 14a8fcd475
commit 367c2df3da
+2 -2
View File
@@ -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'],
},
},
},