mirror of
https://github.com/vuejs/vue.git
synced 2024-11-21 20:28:54 +00:00
record screenshots for e2e test failures
This commit is contained in:
parent
bd71c06b6f
commit
9d57879de1
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,4 +8,5 @@ dist/*.map
|
||||
dist/vue.common.min.js
|
||||
selenium-debug.log
|
||||
test/e2e/reports
|
||||
test/e2e/screenshots
|
||||
coverage
|
||||
|
@ -19,7 +19,13 @@ module.exports = {
|
||||
'default': {
|
||||
'selenium_port': 4444,
|
||||
'selenium_host': 'localhost',
|
||||
'silent': true
|
||||
'silent': true,
|
||||
'screenshots': {
|
||||
'enabled': true,
|
||||
'on_failure': true,
|
||||
'on_error': false,
|
||||
'path': 'test/e2e/screenshots'
|
||||
}
|
||||
},
|
||||
|
||||
'chrome': {
|
||||
|
Loading…
Reference in New Issue
Block a user