File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -218,6 +218,7 @@ SeleniumBase provides additional Pytest command-line options for tests:
218
218
--start_page=URL # (The starting URL for the web browser when tests begin.)
219
219
--log_path=LOG_PATH # (The directory where log files get saved to.)
220
220
--archive_logs # (Archive old log files instead of deleting them.)
221
+ --slow # (The option to slow down the automation.)
221
222
--demo # (The option to visually see test actions as they occur.)
222
223
--demo_sleep=SECONDS # (The option to wait longer after Demo Mode actions.)
223
224
--highlights=NUM # (Number of highlight animations for Demo Mode actions.)
Original file line number Diff line number Diff line change @@ -197,7 +197,8 @@ SeleniumBase provides additional Pytest command-line options for tests:
197
197
--start_page=URL # (The starting URL for the web browser when tests begin.)
198
198
--log_path=LOG_PATH # (The directory where log files get saved to.)
199
199
--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.)
201
202
--demo_sleep=SECONDS # (The option to wait longer after Demo Mode actions.)
202
203
--highlights=NUM # (Number of highlight animations for Demo Mode actions.)
203
204
--message_duration=SECONDS # (The time length for Messenger alerts.)
You can’t perform that action at this time.
0 commit comments