mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Enable screenshot on failure for bs
This commit is contained in:
@@ -27,7 +27,13 @@ const nightwatch_config = {
|
||||
// Disable this, as it makes bs slow and brittle.
|
||||
'browserstack.networkLogs': false,
|
||||
'browserstack.resolution': '1600x1200',
|
||||
}
|
||||
},
|
||||
screenshots : {
|
||||
enabled: true,
|
||||
on_failure: true,
|
||||
on_error: true,
|
||||
path: process.env.REPORTS_FOLDER || './test/e2e/reports',
|
||||
},
|
||||
},
|
||||
chrome: {
|
||||
desiredCapabilities: {
|
||||
|
||||
Reference in New Issue
Block a user