Skip to content

Commit 5c2dc45

Browse files
authored
Fix incorrect documentation of log_js_error (#129)
#25 (comment)
1 parent ef0ea80 commit 5c2dc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/WebDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
* * `ssl_proxy` - sets ssl(https) proxy server url for testing a remote server.
273273
* * `ssl_proxy_port` - sets ssl(https) proxy server port
274274
* * `debug_log_entries` - how many selenium entries to print with `debugWebDriverLogs` or on fail (0 by default).
275-
* * `log_js_errors` - Set to true to include possible JavaScript to HTML report, or set to false (default) to deactivate.
275+
* * `log_js_errors` - Set to true to include possible JavaScript to HTML report, or set to false (default) to deactivate. This will only work if `debug_log_entries` is set and its value is > 0. Also this will display JS errors as comments only if test fails.
276276
* * `webdriver_proxy` - sets http proxy to tunnel requests to the remote Selenium WebDriver through
277277
* * `webdriver_proxy_port` - sets http proxy server port to tunnel requests to the remote Selenium WebDriver through
278278
*

0 commit comments

Comments
 (0)