Skip to content

Commit 5d83337

Browse files
committed
Update the docs
1 parent aaa6b1b commit 5d83337

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,9 @@ SeleniumBase provides additional Pytest command-line options for tests:
215215
--settings-file=FILE # (Overrides SeleniumBase settings.py values.)
216216
--env=ENV # (Set a test environment. Use "self.env" to use this in tests.)
217217
--data=DATA # (Extra data to pass to tests. Use "self.data" in tests.)
218+
--var1=DATA # (Extra data to pass to tests. Use "self.var1" in tests.)
219+
--var2=DATA # (Extra data to pass to tests. Use "self.var2" in tests.)
220+
--var3=DATA # (Extra data to pass to tests. Use "self.var3" in tests.)
218221
--user-data-dir=DIR # (Set the Chrome user data directory to use.)
219222
--server=SERVER # (The server / IP address used by the tests.)
220223
--port=PORT # (The port that's used by the test server.)

help_docs/customizing_test_runs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ SeleniumBase provides additional Pytest command-line options for tests:
8888
--settings-file=FILE # (Overrides SeleniumBase settings.py values.)
8989
--env=ENV # (Set a test environment. Use "self.env" to use this in tests.)
9090
--data=DATA # (Extra data to pass to tests. Use "self.data" in tests.)
91+
--var1=DATA # (Extra data to pass to tests. Use "self.var1" in tests.)
92+
--var2=DATA # (Extra data to pass to tests. Use "self.var2" in tests.)
93+
--var3=DATA # (Extra data to pass to tests. Use "self.var3" in tests.)
9194
--user-data-dir=DIR # (Set the Chrome user data directory to use.)
9295
--server=SERVER # (The server / IP address used by the tests.)
9396
--port=PORT # (The port that's used by the test server.)

0 commit comments

Comments
 (0)