We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd71c06 commit 9d57879Copy full SHA for 9d57879
.gitignore
@@ -8,4 +8,5 @@ dist/*.map
8
dist/vue.common.min.js
9
selenium-debug.log
10
test/e2e/reports
11
+test/e2e/screenshots
12
coverage
build/nightwatch.config.js
@@ -19,7 +19,13 @@ module.exports = {
19
'default': {
20
'selenium_port': 4444,
21
'selenium_host': 'localhost',
22
- 'silent': true
+ 'silent': true,
23
+ 'screenshots': {
24
+ 'enabled': true,
25
+ 'on_failure': true,
26
+ 'on_error': false,
27
+ 'path': 'test/e2e/screenshots'
28
+ }
29
},
30
31
'chrome': {
0 commit comments