Skip to content

Commit a9f7311

Browse files
committed
Update the docs
1 parent ff4806f commit a9f7311

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ The code above will leave your browser window open in case there's a failure. (i
390390
--incognito # (Enable Chrome's Incognito mode.)
391391
--guest # (Enable Chrome's Guest mode.)
392392
--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.)
394394
--crumbs # (Delete all cookies between tests reusing a session.)
395395
--maximize-window # (Start tests with the web browser window maximized.)
396396
--save-screenshot # (Save a screenshot at the end of each test.)

examples/raw_parameter_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
One big advantage to running tests with Pytest is that most of this
1111
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
1313
with other plugins, such as ones for generating test reports,
1414
handling multithreading, and parametrized tests. Depending on your
1515
specific needs, you may need to call SeleniumBase commands without

help_docs/customizing_test_runs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ SeleniumBase provides additional ``pytest`` command-line options for tests:
147147
--incognito # (Enable Chrome's Incognito mode.)
148148
--guest # (Enable Chrome's Guest mode.)
149149
--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.)
151151
--crumbs # (Delete all cookies between tests reusing a session.)
152152
--maximize-window # (Start tests with the web browser window maximized.)
153153
--save-screenshot # (Save a screenshot at the end of each test.)

0 commit comments

Comments
 (0)