itemengine-cypress-automation 1.0.4 → 1.0.6

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.4",
3
+ "version": "1.0.6",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/run.sh CHANGED
@@ -1,3 +1,5 @@
1
1
  #!/bin/sh
2
+ env=$STAGE
3
+ echo Environment to test: $env
2
4
 
3
5
  npm run spinnaker
File without changes