Skip to content

Commit 56e0105

Browse files
Add config to hide console log messages from the testing output #194
1 parent 21b3cbd commit 56e0105

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nightwatch.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ module.exports = {
8080
},
8181

8282
webdriver: {
83-
start_process: false
83+
start_process: false,
84+
cli_args: ['--silent']
8485
},
8586
},
8687

0 commit comments

Comments
 (0)