Skip to content

Commit ec706aa

Browse files
committed
Update the documentation
1 parent 96cbd51 commit ec706aa

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ pytest my_first_test.py --pdb
564564
--window-size=WIDTH,HEIGHT # (Set the browser's starting window size.)
565565
--maximize # (Start tests with the browser window maximized.)
566566
--screenshot # (Save a screenshot at the end of each test.)
567+
--no-screenshot # (No screenshots saved unless tests directly ask it.)
567568
--visual-baseline # (Set the visual baseline for Visual/Layout tests.)
568569
--wire # (Use selenium-wire's webdriver for replacing selenium webdriver.)
569570
--external-pdf # (Set Chromium "plugins.always_open_pdf_externally":True.)

help_docs/customizing_test_runs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ pytest my_first_test.py --settings-file=custom_settings.py
178178
--window-size=WIDTH,HEIGHT # (Set the browser's starting window size.)
179179
--maximize # (Start tests with the browser window maximized.)
180180
--screenshot # (Save a screenshot at the end of each test.)
181+
--no-screenshot # (No screenshots saved unless tests directly ask it.)
181182
--visual-baseline # (Set the visual baseline for Visual/Layout tests.)
182183
--wire # (Use selenium-wire's webdriver for replacing selenium webdriver.)
183184
--external-pdf # (Set Chromium "plugins.always_open_pdf_externally":True.)

mkdocs_build/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# mkdocs dependencies for generating the seleniumbase.io website
22
# Minimum Python version: 3.7
33

4-
regex>=2022.9.13
4+
regex>=2022.10.31
55
docutils==0.19
66
python-dateutil==2.8.2
77
livereload==2.6.3
@@ -14,7 +14,7 @@ Jinja2==3.1.2
1414
click==8.1.3
1515
zipp==3.10.0
1616
ghp-import==2.1.0
17-
readme-renderer==37.2
17+
readme-renderer==37.3
1818
pymdown-extensions==9.7
1919
importlib-metadata==5.0.0
2020
bleach==5.0.1
@@ -28,7 +28,7 @@ cairosvg==2.5.2
2828
cssselect2==0.7.0
2929
tinycss2==1.2.1
3030
defusedxml==0.7.1
31-
mkdocs==1.4.1
31+
mkdocs==1.4.2
3232
mkdocs-material==8.5.7
3333
mkdocs-exclude-search==0.6.4
3434
mkdocs-simple-hooks==0.1.5

0 commit comments

Comments
 (0)