From 2148d3d80065edea7aebe1b8dadf60562fdf2c87 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Thu, 7 Nov 2019 01:32:25 -0500 Subject: [PATCH] Update the help docs --- README.md | 1 + help_docs/customizing_test_runs.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23705618..05a71de7 100755 --- a/README.md +++ b/README.md @@ -218,6 +218,7 @@ SeleniumBase provides additional Pytest command-line options for tests: --start_page=URL # (The starting URL for the web browser when tests begin.) --log_path=LOG_PATH # (The directory where log files get saved to.) --archive_logs # (Archive old log files instead of deleting them.) +--slow # (The option to slow down the automation.) --demo # (The option to visually see test actions as they occur.) --demo_sleep=SECONDS # (The option to wait longer after Demo Mode actions.) --highlights=NUM # (Number of highlight animations for Demo Mode actions.) diff --git a/help_docs/customizing_test_runs.md b/help_docs/customizing_test_runs.md index 71858374..346a677d 100755 --- a/help_docs/customizing_test_runs.md +++ b/help_docs/customizing_test_runs.md @@ -197,7 +197,8 @@ SeleniumBase provides additional Pytest command-line options for tests: --start_page=URL # (The starting URL for the web browser when tests begin.) --log_path=LOG_PATH # (The directory where log files get saved to.) --archive_logs # (Archive old log files instead of deleting them.) ---demo_mode # (The option to visually see test actions as they occur.) +--slow # (The option to slow down the automation.) +--demo # (The option to visually see test actions as they occur.) --demo_sleep=SECONDS # (The option to wait longer after Demo Mode actions.) --highlights=NUM # (Number of highlight animations for Demo Mode actions.) --message_duration=SECONDS # (The time length for Messenger alerts.)