Skip to content

Commit 36ff14a

Browse files
committed
ci: config debug
1 parent 9aa882f commit 36ff14a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e/nightwatch.browserstack.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ const nwConf = {
2626
'browserstack.key': BS_KEY,
2727
name: 'Bstack-[Nightwatch] Vue Router Parallel Test',
2828
'browserstack.local': true,
29-
'browserstack.video': false,
3029
// useful to get visual logs
3130
// 'browserstack.debug': true,
31+
// 'browserstack.console': 'verbose',
32+
// 'browserstack.video': false,
3233
acceptSslCerts: true,
3334
resolution: '1024x768',
3435
},

0 commit comments

Comments
 (0)