Skip to content

Commit a4242fa

Browse files
committed
Add environment options to pytest calls
1 parent 0f06cfd commit a4242fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

seleniumbase/plugins/pytest_plugin.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ def pytest_addoption(parser):
200200
constants.Environment.DEVELOP,
201201
constants.Environment.PRODUCTION,
202202
constants.Environment.PERFORMANCE,
203+
constants.Environment.REPLICA,
204+
constants.Environment.FEDRAMP,
203205
constants.Environment.OFFLINE,
204206
constants.Environment.ONLINE,
205207
constants.Environment.MASTER,
@@ -209,6 +211,7 @@ def pytest_addoption(parser):
209211
constants.Environment.ALPHA,
210212
constants.Environment.BETA,
211213
constants.Environment.DEMO,
214+
constants.Environment.GDPR,
212215
constants.Environment.MAIN,
213216
constants.Environment.TEST,
214217
constants.Environment.GOV,

0 commit comments

Comments
 (0)