itemengine-cypress-automation 1.0.80 → 1.0.81

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +3 -1
  2. package/run.sh +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.80",
3
+ "version": "1.0.81",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -10,6 +10,8 @@
10
10
  "spinnaker": "node scripts/spinnaker.mjs --env theme=ilc",
11
11
  "local:untagged": "node scripts/local.mjs --env fileConfig=ilqa,theme=ilc,grepUntagged=true",
12
12
  "spinnaker:untagged": "node scripts/spinnaker.mjs --env theme=ilc,grepUntagged=true",
13
+ "local:smoke": "node scripts/local.mjs --env fileConfig=ilqa,theme=ilc,grepTags=smoke+-css+-a11y",
14
+ "spinnaker:smoke": "node scripts/spinnaker.mjs --env theme=ilc,grepTags=smoke+-css+-a11y",
13
15
  "cy:ildev": "cypress open --env fileConfig=ildev",
14
16
  "cy:ilprod": "cypress open --env fileConfig=ilprod",
15
17
  "cy:ilqa": "cypress open --env fileConfig=ilqa",
package/run.sh CHANGED
@@ -3,4 +3,4 @@ env=$STAGE
3
3
  echo Environment to test: $env
4
4
  echo START_TIME: $START_TIME
5
5
 
6
- npm run spinnaker
6
+ npm run spinnaker:smoke