itemengine-cypress-automation 1.0.484-IEI-6793-1f02f0c.0 → 1.0.484-IEI-6793-de92626.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.
package/Dockerfile CHANGED
@@ -29,6 +29,6 @@ RUN chmod +x ./deploy/audioResponseQuestion/run.sh
29
29
  RUN chmod +x ./deploy/dataApi/run.sh
30
30
  RUN chmod +x ./deploy/feedbackScaleQuestion/run.sh
31
31
 
32
- RUN npm install
32
+ RUN npm ci
33
33
 
34
34
  #RUN $(npm bin)/cypress verify
@@ -1,6 +1,6 @@
1
1
  global:
2
2
  name: itemengine-audio-response
3
- type: job
3
+ type: test
4
4
  autoDeploy:
5
5
  enabled: true
6
6
  highestEnvironment: dev
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.484-IEI-6793-1f02f0c.0",
3
+ "version": "1.0.484-IEI-6793-de92626.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {