File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ The code above will leave your browser window open in case there's a failure. (i
390
390
--incognito # (Enable Chrome's Incognito mode.)
391
391
--guest # (Enable Chrome's Guest mode.)
392
392
--devtools # (Open Chrome's DevTools when the browser opens.)
393
- --reuse-session | --rs # (Reuse browser session between tests.)
393
+ --reuse-session | --rs # (Reuse the browser session between tests.)
394
394
--crumbs # (Delete all cookies between tests reusing a session.)
395
395
--maximize-window # (Start tests with the web browser window maximized.)
396
396
--save-screenshot # (Save a screenshot at the end of each test.)
Original file line number Diff line number Diff line change 9
9
10
10
One big advantage to running tests with Pytest is that most of this
11
11
is done for you automatically, with the option to update any of the
12
- parameters through command line parsing. Pytest also provides you
12
+ parameters through command- line parsing. Pytest also provides you
13
13
with other plugins, such as ones for generating test reports,
14
14
handling multithreading, and parametrized tests. Depending on your
15
15
specific needs, you may need to call SeleniumBase commands without
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ SeleniumBase provides additional ``pytest`` command-line options for tests:
147
147
--incognito # (Enable Chrome's Incognito mode.)
148
148
--guest # (Enable Chrome's Guest mode.)
149
149
--devtools # (Open Chrome's DevTools when the browser opens.)
150
- --reuse-session # (Reuse the browser session between tests.)
150
+ --reuse-session | --rs # (Reuse the browser session between tests.)
151
151
--crumbs # (Delete all cookies between tests reusing a session.)
152
152
--maximize-window # (Start tests with the web browser window maximized.)
153
153
--save-screenshot # (Save a screenshot at the end of each test.)
You can’t perform that action at this time.
0 commit comments