itemengine-cypress-automation 1.0.317-removedChmodCommand-988855b.0 → 1.0.318-IEI-5346-pipelines-3d11761.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
@@ -18,22 +18,13 @@ RUN chmod +x ./deploy/migration/run.sh
18
18
  RUN chmod +x ./deploy/essayQuestion/run.sh
19
19
  RUN chmod +x ./deploy/thinkSphere/run.sh
20
20
  RUN chmod +x ./deploy/textEntryMathQuestion/run.sh
21
- RUN chmod +x ./deploy/textEntryMathImageQuestion/run.sh
22
21
  RUN chmod +x ./deploy/DNDIntoCategoriesQuestion/run.sh
23
22
  RUN chmod +x ./deploy/graphingQuestion/run.sh
24
23
  RUN chmod +x ./deploy/imageHighlightQuestion/run.sh
25
24
  RUN chmod +x ./deploy/multipleSelectionQuestion/run.sh
26
- RUN chmod +x ./deploy/multipleSelectionGridQuestion/run.sh
27
- RUN chmod +x ./deploy/singleSelectionQuestion/run.sh
28
- RUN chmod +x ./deploy/singleSelectionGridQuestion/run.sh
29
- RUN chmod +x ./deploy/textSelectionQuestion/run.sh
30
- RUN chmod +x ./deploy/numberLineLabelQuestion/run.sh
31
- RUN chmod +x ./deploy/numberLineQuestion/run.sh
32
- RUN chmod +x ./deploy/matchingQuestion/run.sh
33
- RUN chmod +x ./deploy/matchingDropdownQuestion/run.sh
34
- RUN chmod +x ./deploy/listOrderingDropdownQuestion/run.sh
35
25
  RUN chmod +x ./deploy/listOrderingQuestion/run.sh
36
- RUN chmod +x ./deploy/listOrderingReorderQuestion/run.sh
26
+ RUN chmod +x ./deploy/fillInTheGapsQuestion/run.sh
27
+
37
28
 
38
29
  RUN npm ci
39
30
 
@@ -1,6 +1,6 @@
1
1
  global:
2
2
  team: itemengine
3
- name: item-engine-ui-text-selection
3
+ name: item-engine-ui-audio-response
4
4
  type: integration_test
5
5
 
6
6
  variables:
@@ -14,7 +14,7 @@ deployment:
14
14
  completions: 7
15
15
 
16
16
  image:
17
- cmd: /ie-e2e/deploy/textSelectionQuestion/run.sh
17
+ cmd: /ie-e2e/deploy/audioResponseQuestion/run.sh
18
18
 
19
19
  resources:
20
20
  limits:
@@ -2,6 +2,6 @@
2
2
  env=$STAGE
3
3
  echo Environment to test: $env
4
4
  echo START_TIME: $START_TIME
5
- echo "Running Matching question test"
5
+ echo "Running Audio response question test"
6
6
 
7
- npm run spinnaker:matching
7
+ npm run spinnaker:audioResponse
@@ -1,6 +1,6 @@
1
1
  global:
2
2
  team: itemengine
3
- name: item-engine-ui-matching
3
+ name: item-engine-ui-feedback-scale
4
4
  type: integration_test
5
5
 
6
6
  variables:
@@ -14,7 +14,7 @@ deployment:
14
14
  completions: 7
15
15
 
16
16
  image:
17
- cmd: /ie-e2e/deploy/matchingQuestion/run.sh
17
+ cmd: /ie-e2e/deploy/feedbackScaleQuestion/run.sh
18
18
 
19
19
  resources:
20
20
  limits:
@@ -2,6 +2,6 @@
2
2
  env=$STAGE
3
3
  echo Environment to test: $env
4
4
  echo START_TIME: $START_TIME
5
- echo "Running Text selection question test"
5
+ echo "Running Feedback scale question test"
6
6
 
7
- npm run spinnaker:textSelection
7
+ npm run spinnaker:feedbackScale
@@ -1,6 +1,6 @@
1
1
  global:
2
2
  team: itemengine
3
- name: item-engine-ui-number-line-label
3
+ name: item-engine-ui-fill-in-the-gaps-text
4
4
  type: integration_test
5
5
 
6
6
  variables:
@@ -14,7 +14,7 @@ deployment:
14
14
  completions: 7
15
15
 
16
16
  image:
17
- cmd: /ie-e2e/deploy/numberLineLabelQuestion/run.sh
17
+ cmd: /ie-e2e/deploy/fillInTheGapsQuestion/run.sh
18
18
 
19
19
  resources:
20
20
  limits:
@@ -2,6 +2,6 @@
2
2
  env=$STAGE
3
3
  echo Environment to test: $env
4
4
  echo START_TIME: $START_TIME
5
- echo "Running Essay Response question test"
5
+ echo "Running Fill in the gaps question test"
6
6
 
7
- npm run spinnaker:singleSelection
7
+ npm run spinnaker:fillInTheGaps
@@ -1,6 +1,6 @@
1
1
  global:
2
2
  team: itemengine
3
- name: item-engine-ui-single-selection
3
+ name: item-engine-ui-reading-ruler
4
4
  type: integration_test
5
5
 
6
6
  variables:
@@ -14,7 +14,7 @@ deployment:
14
14
  completions: 7
15
15
 
16
16
  image:
17
- cmd: /ie-e2e/deploy/singleSelectionQuestion/run.sh
17
+ cmd: /ie-e2e/deploy/resourcesAndToolsQuestion/run.sh
18
18
 
19
19
  resources:
20
20
  limits:
@@ -2,6 +2,6 @@
2
2
  env=$STAGE
3
3
  echo Environment to test: $env
4
4
  echo START_TIME: $START_TIME
5
- echo "Running Number line label question test"
5
+ echo "Running all resources and tools test"
6
6
 
7
- npm run spinnaker:numberLineLabel
7
+ npm run spinnaker:resourcesAndTools
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.317-removedChmodCommand-988855b.0",
3
+ "version": "1.0.318-IEI-5346-pipelines-3d11761.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -18,25 +18,18 @@
18
18
  "cy:ilprod": "cypress open --env fileConfig=ilprod",
19
19
  "cy:ilqa": "cypress open --env fileConfig=ilqa",
20
20
  "cy:ilstage": "cypress open --env fileConfig=ilstage",
21
- "spinnaker:essayResponse": "node scripts/questions.mjs --env theme=ilc,questionType=EssayResponse_EssayResponseBasic_EssayResponseMath,grepTags=-css+-a11y",
21
+ "spinnaker:essayResponse": "node scripts/questions.mjs --env theme=ilc,questionType=EssayResponse_EssayResponseBasic_EssayResponseMath_DrawingResponse_ShortTextResponseNew,grepTags=-css+-a11y",
22
22
  "spinnaker:thinkSphereQuestion": "node scripts/questions.mjs --env theme=ilc,questionType=ThinkSphere,grepTags=-css+-a11y",
23
- "spinnaker:textEntryMath": "node scripts/questions.mjs --env theme=ilc,questionType=TextEntryMath,grepTags=-css+-a11y",
24
- "spinnaker:textEntryMathImage": "node scripts/questions.mjs --env theme=ilc,questionType=TextEntryMathWithImage,grepTags=-css+-a11y",
23
+ "spinnaker:textEntryMath": "node scripts/questions.mjs --env theme=ilc,questionType=TextEntryMath_TextEntryMathWithImage,grepTags=-css+-a11y",
25
24
  "spinnaker:DNDIntoCategories": "node scripts/questions.mjs --env theme=ilc,questionType=DragAndDropIntoCategoriesNew,grepTags=-css+-a11y",
26
- "spinnaker:multipleSelection": "node scripts/questions.mjs --env theme=ilc,questionType=MultipleSelection,grepTags=-css+-a11y",
27
- "spinnaker:singleSelection": "node scripts/questions.mjs --env theme=ilc,questionType=SingleSelection,grepTags=-css+-a11y",
28
- "spinnaker:graphing": "node scripts/questions.mjs --env theme=ilc,questionType=Graphing,grepTags=-css+-a11y",
29
- "spinnaker:imageHighlight": "node scripts/questions.mjs --env theme=ilc,questionType=ImageHighlight,grepTags=-css+-a11y",
30
- "spinnaker:multipleSelectionGrid": "node scripts/questions.mjs --env theme=ilc,questionType=MultipleSelectionGridNew,grepTags=-css+-a11y",
31
- "spinnaker:singleSelectionGrid": "node scripts/questions.mjs --env theme=ilc,questionType=SingleSelectionGridNew,grepTags=-css+-a11y",
32
- "spinnaker:textSelection": "node scripts/questions.mjs --env theme=ilc,questionType=TextSelection,grepTags=-css+-a11y",
33
- "spinnaker:numberLineLabel": "node scripts/questions.mjs --env theme=ilc,questionType=NumberLineLabel,grepTags=-css+-a11y",
34
- "spinnaker:numberLine": "node scripts/questions.mjs --env theme=ilc,questionType=NumberLine,grepTags=-css+-a11y",
35
- "spinnaker:matching": "node scripts/questions.mjs --env theme=ilc,questionType=Matching,grepTags=-css+-a11y",
36
- "spinnaker:matchingDropdown": "node scripts/questions.mjs --env theme=ilc,questionType=MatchingDropdown,grepTags=-css+-a11y",
37
- "spinnaker:listOrderingDropdown": "node scripts/questions.mjs --env theme=ilc,questionType=ListOrderingDropdown,grepTags=-css+-a11y",
38
- "spinnaker:listOrdering": "node scripts/questions.mjs --env theme=ilc,questionType=ListOrderingNew,grepTags=-css+-a11y",
39
- "spinnaker:listOrderingReorder": "node scripts/questions.mjs --env theme=ilc,questionType=ListOrderingReorderAsASeperateList,grepTags=-css+-a11y"
25
+ "spinnaker:multipleSelection": "node scripts/questions.mjs --env theme=ilc,questionType=MultipleSelection_SingleSelection_MultipleSelectionGridNew_SingleSelectionGridNew,grepTags=-css+-a11y",
26
+ "spinnaker:graphing": "node scripts/questions.mjs --env theme=ilc,questionType=Graphing_NumberLineLabel_NumberLine_ChartsBar_ChartsDotsPlot_ChartsLine,grepTags=-css+-a11y",
27
+ "spinnaker:imageHighlight": "node scripts/questions.mjs --env theme=ilc,questionType=ImageHighlight_GridFill_TextSelection,=-css+-a11y",
28
+ "spinnaker:listOrdering": "node scripts/questions.mjs --env theme=ilc,questionType=ListOrderingNew_ListOrderingDropdown_ListOrderingReorderAsASeperateList_Matching_MatchingDropdown,grepTags=-css+-a11y",
29
+ "spinnaker:fillInTheGaps": "node scripts/questions.mjs --env theme=ilc,questionType=FillInTheGapsTextNew_FillInTheGapsOverImageTextNew_FillInTheGapsDropdownNew_FillInTheGapsDragAndDropNew_FillInTheGapsOverImageDropdownNew_FillInTheGapsOverImageDragAndDrop,grepTags=-css+-a11y",
30
+ "spinnaker:audioResponse": "node scripts/questions.mjs --env theme=ilc,questionType=AudioResponseNew_VideoResponseNew_UploadResponse_ToolAudioPlayerNew,grepTags=-css+-a11y",
31
+ "spinnaker:feedbackScale": "node scripts/questions.mjs --env theme=ilc,questionType=FeedbackScaleNew_BrainingCampManipulative_EditItem_ToolSettings,grepTags=-css+-a11y",
32
+ "spinnaker:resourcesAndTools": "node scripts/questions.mjs --env theme=ilc,questionType=Compass_ContentBlocks_Protractor_ReadingRuler_SimpleCalculator_Ruler,grepTags=-css+-a11y"
40
33
  },
41
34
  "repository": {
42
35
  "type": "git",
@@ -1,30 +0,0 @@
1
- global:
2
- team: itemengine
3
- name: item-engine-ui-list-ordering-dropdown
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/listOrderingDropdownQuestion/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 List ordering dropdown question test"
6
-
7
- npm run spinnaker:listOrderingDropdown
@@ -1,30 +0,0 @@
1
- global:
2
- team: itemengine
3
- name: item-engine-ui-list-ordering-reorder
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/listOrderingReorderQuestion/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 List ordering reorder question test"
6
-
7
- npm run spinnaker:listOrderingReorder
@@ -1,30 +0,0 @@
1
- global:
2
- team: itemengine
3
- name: item-engine-ui-matching-dropdown
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/matchingDropdownQuestion/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 Matching dropdown question test"
6
-
7
- npm run spinnaker:matchingDropdown
@@ -1,30 +0,0 @@
1
- global:
2
- team: itemengine
3
- name: item-engine-ui-multiple-selection-grid
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/multipleSelectionGridQuestion/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 Multiple Selection grid question test"
6
-
7
- npm run spinnaker:multipleSelectionGrid
@@ -1,30 +0,0 @@
1
- global:
2
- team: itemengine
3
- name: item-engine-ui-single-selection-grid
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/singleSelectionGridQuestion/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 Single Selection grid question test"
6
-
7
- npm run spinnaker:singleSelectionGrid
@@ -1,30 +0,0 @@
1
- global:
2
- team: itemengine
3
- name: item-engine-ui-text-entry-math-image
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/textEntryMathImageQuestion/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 Text Entry Math Image question test"
6
-
7
- npm run spinnaker:textEntryMathImage