itemengine-cypress-automation 1.0.305-spinnaker-pipelines-45819fb.0 → 1.0.306-spinnaker-pipelines-41171fd.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,7 @@
1
+ #!/bin/sh
2
+ env=$STAGE
3
+ echo Environment to test: $env
4
+ echo START_TIME: $START_TIME
5
+ echo "Running Text Entry Math Image question test"
6
+
7
+ npm run spinnaker:textEntryMathImage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.305-spinnaker-pipelines-45819fb.0",
3
+ "version": "1.0.306-spinnaker-pipelines-41171fd.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,7 +0,0 @@
1
- #!/bin/sh
2
- env=$STAGE
3
- echo Environment to test: $env
4
- echo START_TIME: $START_TIME
5
- echo "Running Text entry math image question test"
6
-
7
- npm run spinnaker:textEntryMathImage