File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -469,7 +469,7 @@ The code above will leave your browser window open in case there's a failure. (i
469469--time-limit=SECONDS # (Safely fail any test that exceeds the time limit.)
470470--slow # (Slow down the automation. Faster than using Demo Mode.)
471471--demo # (Slow down and visually see test actions as they occur.)
472- --demo-sleep=SECONDS # (Set the wait time after Demo Mode actions.)
472+ --demo-sleep=SECONDS # (Set the wait time after Slow & Demo Mode actions.)
473473--highlights=NUM # (Number of highlight animations for Demo Mode actions.)
474474--message-duration=SECONDS # (The time length for Messenger alerts.)
475475--check-js # (Check for JavaScript errors after page loads.)
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ pytest my_first_test.py --settings-file=custom_settings.py
143143--time-limit=SECONDS # (Safely fail any test that exceeds the time limit.)
144144--slow # (Slow down the automation. Faster than using Demo Mode.)
145145--demo # (Slow down and visually see test actions as they occur.)
146- --demo-sleep=SECONDS # (Set the wait time after Demo Mode actions.)
146+ --demo-sleep=SECONDS # (Set the wait time after Slow & Demo Mode actions.)
147147--highlights=NUM # (Number of highlight animations for Demo Mode actions.)
148148--message-duration=SECONDS # (The time length for Messenger alerts.)
149149--check-js # (Check for JavaScript errors after page loads.)
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ docutils==0.19
77python-dateutil == 2.8.2
88livereload == 2.6.3
99joblib == 1.1.0
10- Markdown == 3.4.1
10+ Markdown == 3.3.7
1111MarkupSafe == 2.1.1
1212pyparsing == 3.0.9
1313keyring == 23.7.0
@@ -25,7 +25,7 @@ lunr==0.6.2
2525nltk == 3.7
2626tornado == 6.2
2727watchdog == 2.1.9
28- mkdocs == 1.3.0
28+ mkdocs == 1.3.1
2929mkdocs-material == 8.3.9
3030mkdocs-exclude-search == 0.6.4
3131mkdocs-simple-hooks == 0.1.5
Original file line number Diff line number Diff line change 5353-D time-limit=SECONDS (Safely fail any test that exceeds the time limit.)
5454-D slow (Slow down the automation. Faster than using Demo Mode.)
5555-D demo (Slow down and visually see test actions as they occur.)
56- -D demo-sleep=SECONDS (Set the wait time after Demo Mode actions.)
56+ -D demo-sleep=SECONDS (Set the wait time after Slow & Demo Mode actions.)
5757-D highlights=NUM (Number of highlight animations for Demo Mode actions.)
5858-D message-duration=SECONDS (The time length for Messenger alerts.)
5959-D check-js (Check for JavaScript errors after page loads.)
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def pytest_addoption(parser):
6464 --time-limit=SECONDS (Safely fail any test that exceeds the time limit.)
6565 --slow (Slow down the automation. Faster than using Demo Mode.)
6666 --demo (Slow down and visually see test actions as they occur.)
67- --demo-sleep=SECONDS (Set the wait time after Demo Mode actions.)
67+ --demo-sleep=SECONDS (Set the wait time after Slow & Demo Mode actions.)
6868 --highlights=NUM (Number of highlight animations for Demo Mode actions.)
6969 --message-duration=SECONDS (The time length for Messenger alerts.)
7070 --check-js (Check for JavaScript errors after page loads.)
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class SeleniumBrowser(Plugin):
4545 --time-limit=SECONDS (Safely fail any test that exceeds the time limit.)
4646 --slow (Slow down the automation. Faster than using Demo Mode.)
4747 --demo (Slow down and visually see test actions as they occur.)
48- --demo-sleep=SECONDS (Set the wait time after Demo Mode actions.)
48+ --demo-sleep=SECONDS (Set the wait time after Slow & Demo Mode actions.)
4949 --highlights=NUM (Number of highlight animations for Demo Mode actions.)
5050 --message-duration=SECONDS (The time length for Messenger alerts.)
5151 --check-js (Check for JavaScript errors after page loads.)
You can’t perform that action at this time.
0 commit comments