itemengine-cypress-automation 1.0.318-IEI-5346-pipelines-3d11761.0 → 1.0.321

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
@@ -24,7 +24,8 @@ RUN chmod +x ./deploy/imageHighlightQuestion/run.sh
24
24
  RUN chmod +x ./deploy/multipleSelectionQuestion/run.sh
25
25
  RUN chmod +x ./deploy/listOrderingQuestion/run.sh
26
26
  RUN chmod +x ./deploy/fillInTheGapsQuestion/run.sh
27
-
27
+ RUN chmod +x ./deploy/resourcesAndToolsQuestion/run.sh
28
+ RUN chmod +x ./deploy/audioResponseQuestion/run.sh
28
29
 
29
30
  RUN npm ci
30
31
 
@@ -1,6 +1,6 @@
1
1
  global:
2
2
  team: itemengine
3
- name: item-engine-ui-fill-in-the-gaps-text
3
+ name: item-engine-ui-fig-text
4
4
  type: integration_test
5
5
 
6
6
  variables:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.318-IEI-5346-pipelines-3d11761.0",
3
+ "version": "1.0.321",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -51,4 +51,4 @@
51
51
  "devDependencies": {
52
52
  "@applitools/eyes-cypress": "^3.47.0"
53
53
  }
54
- }
54
+ }
@@ -1,30 +0,0 @@
1
- global:
2
- team: itemengine
3
- name: item-engine-ui-number-line
4
- type: integration_test
5
-
6
- variables:
7
- START_TIME: "$(date +%s)"
8
-
9
- deployment:
10
- job:
11
- backoffLimit: 25
12
- activeDeadlineSeconds: 7200
13
- parallelism: 7
14
- completions: 7
15
-
16
- image:
17
- cmd: /ie-e2e/deploy/numberLineQuestion/run.sh
18
-
19
- resources:
20
- limits:
21
- memory: 8446Mi
22
- cpu: 5000m
23
- requests:
24
- memory: 4096Mi
25
- cpu: 2000m
26
-
27
- env:
28
- instance:
29
- - name: START_TIME
30
- value: "${{ variables.START_TIME }}"
@@ -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 Number line question test"
6
-
7
- npm run spinnaker:numberLine