Skip to content

Commit d383f5b

Browse files
committed
Update the documentation
1 parent 7776b79 commit d383f5b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@ The code above will leave your browser window open in case there's a failure. (i
494494
--visual-baseline # (Set the visual baseline for Visual/Layout tests.)
495495
--external-pdf # (Set Chrome "plugins.always_open_pdf_externally": True.)
496496
--timeout-multiplier=MULTIPLIER # (Multiplies the default timeout values.)
497+
--list-fail-page # (After each failing test, list the URL of the failure.)
497498
```
498499
499500
(For more details, see the full list of command-line options **[here](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/plugins/pytest_plugin.py)**.)

help_docs/customizing_test_runs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ pytest my_first_test.py --settings-file=custom_settings.py
176176
--visual-baseline # (Set the visual baseline for Visual/Layout tests.)
177177
--external-pdf # (Set Chrome "plugins.always_open_pdf_externally": True.)
178178
--timeout-multiplier=MULTIPLIER # (Multiplies the default timeout values.)
179+
--list-fail-page # (After each failing test, list the URL of the failure.)
179180
```
180181

181182
(For more details, see the full list of command-line options **[here](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/plugins/pytest_plugin.py)**.)

0 commit comments

Comments
 (0)