Skip to content

Commit a41fae6

Browse files
authored
Merge pull request #3 from Codeception/DavertMik-patch-1
Changed default values for webdriver logs
2 parents 51f9540 + 4a34898 commit a41fae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Codeception/Module/WebDriver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
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

0 commit comments

Comments
 (0)