itemengine-cypress-automation 1.0.7 → 1.0.8

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.7",
3
+ "version": "1.0.8",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/run.sh CHANGED
@@ -2,4 +2,4 @@
2
2
  env=$STAGE
3
3
  echo Environment to test: $env
4
4
 
5
- npm run spinnaker --fileConfig=$env
5
+ npm run spinnaker
@@ -31,7 +31,7 @@ function runSorryCypress(ciBuildId) {
31
31
  * @method runSorryCypressSpinnaker
32
32
  */
33
33
  export function runSorryCypressSpinnaker() {
34
- console.log('process.env.fileConfig', process.env.fileConfig)
34
+ //console.log('process.env.fileConfig', process.env.fileConfig)
35
35
  console.log('process.argv', process.argv)
36
36
  console.log('process.env.STAGE', process.env.STAGE)
37
37
  //startTime = process.env.START_TIME;