File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff 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.)
Original file line number Diff line number Diff 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.)
Original file line number Diff line number Diff line change 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
55docutils == 0.19
66python-dateutil == 2.8.2
77livereload == 2.6.3
@@ -14,7 +14,7 @@ Jinja2==3.1.2
1414click == 8.1.3
1515zipp == 3.10.0
1616ghp-import == 2.1.0
17- readme-renderer == 37.2
17+ readme-renderer == 37.3
1818pymdown-extensions == 9.7
1919importlib-metadata == 5.0.0
2020bleach == 5.0.1
@@ -28,7 +28,7 @@ cairosvg==2.5.2
2828cssselect2 == 0.7.0
2929tinycss2 == 1.2.1
3030defusedxml == 0.7.1
31- mkdocs == 1.4.1
31+ mkdocs == 1.4.2
3232mkdocs-material == 8.5.7
3333mkdocs-exclude-search == 0.6.4
3434mkdocs-simple-hooks == 0.1.5
You can’t perform that action at this time.
0 commit comments