File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ module.exports = {
2727 selenium_port : 4444 ,
2828 selenium_host : '127.0.0.1' ,
2929 silent : true ,
30+ output : false ,
3031 screenshots : {
3132 enabled : false ,
3233 path : './reports/screenshots' ,
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ module.exports = {
3737 selenium_port : 4444 ,
3838 selenium_host : '127.0.0.1' ,
3939 silent : true ,
40+ output : false ,
4041 screenshots : {
4142 enabled : true ,
4243 path : './reports/screenshots' ,
Original file line number Diff line number Diff line change @@ -36,8 +36,7 @@ module.exports = {
3636 desiredCapabilities : {
3737 browserName : 'chrome' ,
3838 'goog:chromeOptions' : {
39- excludeSwitches : [ 'enable-logging' ] ,
40- // hides most Chrome logs// More info on Chromedriver: https://sites.google.com/a/chromium.org/chromedriver/
39+ // More info on Chromedriver: https://sites.google.com/a/chromium.org/chromedriver/
4140 //
4241 // w3c:false tells Chromedriver to run using the legacy JSONWire protocol (not required in Chrome 78)
4342 w3c : true ,
@@ -80,8 +79,7 @@ module.exports = {
8079 } ,
8180
8281 webdriver : {
83- start_process : false ,
84- cli_args : [ '--silent' ]
82+ start_process : false
8583 } ,
8684 } ,
8785
You can’t perform that action at this time.
0 commit comments