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
564
564
--window-size= WIDTH,HEIGHT # (Set the browser's starting window size.)
565
565
--maximize # (Start tests with the browser window maximized.)
566
566
--screenshot # (Save a screenshot at the end of each test.)
567
+ --no-screenshot # (No screenshots saved unless tests directly ask it.)
567
568
--visual-baseline # (Set the visual baseline for Visual/Layout tests.)
568
569
--wire # (Use selenium-wire's webdriver for replacing selenium webdriver.)
569
570
--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
178
178
--window-size=WIDTH,HEIGHT # (Set the browser's starting window size.)
179
179
--maximize # (Start tests with the browser window maximized.)
180
180
--screenshot # (Save a screenshot at the end of each test.)
181
+ --no-screenshot # (No screenshots saved unless tests directly ask it.)
181
182
--visual-baseline # (Set the visual baseline for Visual/Layout tests.)
182
183
--wire # (Use selenium-wire's webdriver for replacing selenium webdriver.)
183
184
--external-pdf # (Set Chromium "plugins.always_open_pdf_externally":True.)
Original file line number Diff line number Diff line change 1
1
# mkdocs dependencies for generating the seleniumbase.io website
2
2
# Minimum Python version: 3.7
3
3
4
- regex >= 2022.9.13
4
+ regex >= 2022.10.31
5
5
docutils == 0.19
6
6
python-dateutil == 2.8.2
7
7
livereload == 2.6.3
@@ -14,7 +14,7 @@ Jinja2==3.1.2
14
14
click == 8.1.3
15
15
zipp == 3.10.0
16
16
ghp-import == 2.1.0
17
- readme-renderer == 37.2
17
+ readme-renderer == 37.3
18
18
pymdown-extensions == 9.7
19
19
importlib-metadata == 5.0.0
20
20
bleach == 5.0.1
@@ -28,7 +28,7 @@ cairosvg==2.5.2
28
28
cssselect2 == 0.7.0
29
29
tinycss2 == 1.2.1
30
30
defusedxml == 0.7.1
31
- mkdocs == 1.4.1
31
+ mkdocs == 1.4.2
32
32
mkdocs-material == 8.5.7
33
33
mkdocs-exclude-search == 0.6.4
34
34
mkdocs-simple-hooks == 0.1.5
You can’t perform that action at this time.
0 commit comments