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
469
469
--time-limit=SECONDS # (Safely fail any test that exceeds the time limit.)
470
470
--slow # (Slow down the automation. Faster than using Demo Mode.)
471
471
--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.)
473
473
--highlights=NUM # (Number of highlight animations for Demo Mode actions.)
474
474
--message-duration=SECONDS # (The time length for Messenger alerts.)
475
475
--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
143
143
--time-limit=SECONDS # (Safely fail any test that exceeds the time limit.)
144
144
--slow # (Slow down the automation. Faster than using Demo Mode.)
145
145
--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.)
147
147
--highlights=NUM # (Number of highlight animations for Demo Mode actions.)
148
148
--message-duration=SECONDS # (The time length for Messenger alerts.)
149
149
--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
7
7
python-dateutil == 2.8.2
8
8
livereload == 2.6.3
9
9
joblib == 1.1.0
10
- Markdown == 3.4.1
10
+ Markdown == 3.3.7
11
11
MarkupSafe == 2.1.1
12
12
pyparsing == 3.0.9
13
13
keyring == 23.7.0
@@ -25,7 +25,7 @@ lunr==0.6.2
25
25
nltk == 3.7
26
26
tornado == 6.2
27
27
watchdog == 2.1.9
28
- mkdocs == 1.3.0
28
+ mkdocs == 1.3.1
29
29
mkdocs-material == 8.3.9
30
30
mkdocs-exclude-search == 0.6.4
31
31
mkdocs-simple-hooks == 0.1.5
Original file line number Diff line number Diff line change 53
53
-D time-limit=SECONDS (Safely fail any test that exceeds the time limit.)
54
54
-D slow (Slow down the automation. Faster than using Demo Mode.)
55
55
-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.)
57
57
-D highlights=NUM (Number of highlight animations for Demo Mode actions.)
58
58
-D message-duration=SECONDS (The time length for Messenger alerts.)
59
59
-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):
64
64
--time-limit=SECONDS (Safely fail any test that exceeds the time limit.)
65
65
--slow (Slow down the automation. Faster than using Demo Mode.)
66
66
--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.)
68
68
--highlights=NUM (Number of highlight animations for Demo Mode actions.)
69
69
--message-duration=SECONDS (The time length for Messenger alerts.)
70
70
--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):
45
45
--time-limit=SECONDS (Safely fail any test that exceeds the time limit.)
46
46
--slow (Slow down the automation. Faster than using Demo Mode.)
47
47
--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.)
49
49
--highlights=NUM (Number of highlight animations for Demo Mode actions.)
50
50
--message-duration=SECONDS (The time length for Messenger alerts.)
51
51
--check-js (Check for JavaScript errors after page loads.)
You can’t perform that action at this time.
0 commit comments