Skip to content

Commit 2148d3d

Browse files
committed
Update the help docs
1 parent 7379503 commit 2148d3d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ SeleniumBase provides additional Pytest command-line options for tests:
218218
--start_page=URL # (The starting URL for the web browser when tests begin.)
219219
--log_path=LOG_PATH # (The directory where log files get saved to.)
220220
--archive_logs # (Archive old log files instead of deleting them.)
221+
--slow # (The option to slow down the automation.)
221222
--demo # (The option to visually see test actions as they occur.)
222223
--demo_sleep=SECONDS # (The option to wait longer after Demo Mode actions.)
223224
--highlights=NUM # (Number of highlight animations for Demo Mode actions.)

help_docs/customizing_test_runs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ SeleniumBase provides additional Pytest command-line options for tests:
197197
--start_page=URL # (The starting URL for the web browser when tests begin.)
198198
--log_path=LOG_PATH # (The directory where log files get saved to.)
199199
--archive_logs # (Archive old log files instead of deleting them.)
200-
--demo_mode # (The option to visually see test actions as they occur.)
200+
--slow # (The option to slow down the automation.)
201+
--demo # (The option to visually see test actions as they occur.)
201202
--demo_sleep=SECONDS # (The option to wait longer after Demo Mode actions.)
202203
--highlights=NUM # (Number of highlight animations for Demo Mode actions.)
203204
--message_duration=SECONDS # (The time length for Messenger alerts.)

0 commit comments

Comments
 (0)