File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 210
210
* * `pageload_timeout` - amount of time to wait for a page load to complete before throwing an error (default 0 seconds).
211
211
* * `http_proxy` - sets http proxy server url for testing a remote server.
212
212
* * `http_proxy_port` - sets http proxy server port
213
- * * `debug_log_entries` - how many selenium entries to print with `debugWebDriverLogs` or on fail (15 by default).
213
+ * * `debug_log_entries` - how many selenium entries to print with `debugWebDriverLogs` or on fail (0 by default).
214
214
* * `log_js_errors` - Set to true to include possible JavaScript to HTML report, or set to false (default) to deactivate.
215
215
*
216
216
* Example (`acceptance.suite.yml`)
@@ -307,7 +307,7 @@ class WebDriver extends CodeceptionModule implements
307
307
'http_proxy_port ' => null ,
308
308
'ssl_proxy ' => null ,
309
309
'ssl_proxy_port ' => null ,
310
- 'debug_log_entries ' => null ,
310
+ 'debug_log_entries ' => 0 ,
311
311
'log_js_errors ' => false
312
312
];
313
313
You can’t perform that action at this time.
0 commit comments