mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 13:12:26 +08:00
Modifying test conf
This commit is contained in:
+2
-2
@@ -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'],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user