File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -215,6 +215,9 @@ SeleniumBase provides additional Pytest command-line options for tests:
215
215
--settings-file=FILE # (Overrides SeleniumBase settings.py values.)
216
216
--env=ENV # (Set a test environment. Use "self.env" to use this in tests.)
217
217
--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.)
218
221
--user-data-dir=DIR # (Set the Chrome user data directory to use.)
219
222
--server=SERVER # (The server / IP address used by the tests.)
220
223
--port=PORT # (The port that's used by the test server.)
Original file line number Diff line number Diff line change @@ -88,6 +88,9 @@ SeleniumBase provides additional Pytest command-line options for tests:
88
88
--settings-file=FILE # (Overrides SeleniumBase settings.py values.)
89
89
--env=ENV # (Set a test environment. Use "self.env" to use this in tests.)
90
90
--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.)
91
94
--user-data-dir=DIR # (Set the Chrome user data directory to use.)
92
95
--server=SERVER # (The server / IP address used by the tests.)
93
96
--port=PORT # (The port that's used by the test server.)
You can’t perform that action at this time.
0 commit comments