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.
- package/package.json +3 -1
- 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.
|
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