Skip to content

Commit 8ae549b

Browse files
committed
Update the docs
1 parent fd33cad commit 8ae549b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

help_docs/customizing_test_runs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ pytest test_suite.py
238238

239239
<h3><img src="https://seleniumbase.github.io/img/green_logo.png" title="SeleniumBase" width="32" /> Demo Mode:</h3>
240240

241-
🔵 If any test is moving too fast for your eyes to see what's going on, you can run it in **Demo Mode** by adding ``--demo`` on the command line, which pauses the browser briefly between actions, highlights page elements being acted on, and lets you know what test assertions are happening in real time:
241+
🔵 If any test is moving too fast for your eyes to see what's going on, you can run it in **Demo Mode** by adding ``--demo`` on the command line, which pauses the browser briefly between actions, highlights page elements being acted on, and lets you know what test assertions are happening in real-time:
242242

243243
```bash
244244
pytest my_first_test.py --demo
@@ -335,7 +335,7 @@ class Test:
335335
pytest --headless -n8 --dashboard --html=report.html -v --rs --crumbs
336336
```
337337

338-
The above not only runs tests in parallel processes, but it also tells tests in the same process to share the same browser session, runs the tests in headless mode, displays the full name of each test on a separate line, creates a realtime dashboard of the test results, and creates a full report after all tests complete.
338+
The above not only runs tests in parallel processes, but it also tells tests in the same process to share the same browser session, runs the tests in headless mode, displays the full name of each test on a separate line, creates a real-time dashboard of the test results, and creates a full report after all tests complete.
339339

340340
--------
341341

mkdocs_build/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# mkdocs dependencies for generating the seleniumbase.io website
2-
# Minimum Python version: 3.8 (for generating docs only)
2+
# Minimum Python version: 3.9 (for generating docs only)
33

44
regex>=2024.9.11
5-
pymdown-extensions>=10.11.2
5+
pymdown-extensions>=10.12
66
pipdeptree>=2.23.4
77
python-dateutil>=2.8.2
88
Markdown==3.7
@@ -11,7 +11,7 @@ MarkupSafe==3.0.2
1111
Jinja2==3.1.4
1212
click==8.1.7
1313
ghp-import==2.1.0
14-
watchdog==5.0.3
14+
watchdog==6.0.0
1515
cairocffi==1.7.1
1616
pathspec==0.12.1
1717
Babel==2.16.0
@@ -20,7 +20,7 @@ lxml==5.3.0
2020
pyquery==2.0.1
2121
readtime==3.0.0
2222
mkdocs==1.6.1
23-
mkdocs-material==9.5.42
23+
mkdocs-material==9.5.43
2424
mkdocs-exclude-search==0.6.6
2525
mkdocs-simple-hooks==0.1.5
2626
mkdocs-material-extensions==1.3.1

0 commit comments

Comments
 (0)