Skip to content

Commit 0aa67c7

Browse files
committed
Add a new built-in option for "--env=ENV"
1 parent fa6e180 commit 0aa67c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

seleniumbase/fixtures/constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class Environment:
2222
BETA = "beta"
2323
MAIN = "main"
2424
TEST = "test"
25+
UAT = "uat"
2526

2627

2728
class ValidEnvs:
@@ -40,6 +41,7 @@ class ValidEnvs:
4041
"beta",
4142
"main",
4243
"test",
44+
"uat",
4345
]
4446

4547

0 commit comments

Comments
 (0)