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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.91",
3
+ "version": "1.0.92",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -40,7 +40,7 @@ function setCommandLineEnvArgs() {
40
40
 
41
41
  if (env === 'dev') {
42
42
  fileConfig = 'fileConfig=ildev'
43
- } else if (env === 'stage') {
43
+ } else if (env === 'staging') {
44
44
  fileConfig = 'fileConfig=ilstage'
45
45
  } else if (env === 'qa') {
46
46
  fileConfig = 'fileConfig=ilqa'