File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 210210 * * `pageload_timeout` - amount of time to wait for a page load to complete before throwing an error (default 0 seconds).
211211 * * `http_proxy` - sets http proxy server url for testing a remote server.
212212 * * `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).
214214 * * `log_js_errors` - Set to true to include possible JavaScript to HTML report, or set to false (default) to deactivate.
215215 *
216216 * Example (`acceptance.suite.yml`)
@@ -307,7 +307,7 @@ class WebDriver extends CodeceptionModule implements
307307 'http_proxy_port ' => null ,
308308 'ssl_proxy ' => null ,
309309 'ssl_proxy_port ' => null ,
310- 'debug_log_entries ' => null ,
310+ 'debug_log_entries ' => 0 ,
311311 'log_js_errors ' => false
312312 ];
313313
You can’t perform that action at this time.
0 commit comments