itemengine-cypress-automation 1.0.91 → 1.0.92
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -40,7 +40,7 @@ function setCommandLineEnvArgs() {
|
|
40
40
|
|
41
41
|
if (env === 'dev') {
|
42
42
|
fileConfig = 'fileConfig=ildev'
|
43
|
-
} else if (env === '
|
43
|
+
} else if (env === 'staging') {
|
44
44
|
fileConfig = 'fileConfig=ilstage'
|
45
45
|
} else if (env === 'qa') {
|
46
46
|
fileConfig = 'fileConfig=ilqa'
|