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 +2 -11
- package/deploy/{textSelectionQuestion → audioResponseQuestion}/deploy.yaml +2 -2
- package/deploy/{matchingQuestion → audioResponseQuestion}/run.sh +2 -2
- package/deploy/{matchingQuestion → feedbackScaleQuestion}/deploy.yaml +2 -2
- package/deploy/{textSelectionQuestion → feedbackScaleQuestion}/run.sh +2 -2
- package/deploy/{numberLineLabelQuestion → fillInTheGapsQuestion}/deploy.yaml +2 -2
- package/deploy/{singleSelectionQuestion → fillInTheGapsQuestion}/run.sh +2 -2
- package/deploy/{singleSelectionQuestion → resourcesAndToolsQuestion}/deploy.yaml +2 -2
- package/deploy/{numberLineLabelQuestion → resourcesAndToolsQuestion}/run.sh +2 -2
- package/package.json +11 -18
- package/deploy/listOrderingDropdownQuestion/deploy.yaml +0 -30
- package/deploy/listOrderingDropdownQuestion/run.sh +0 -7
- package/deploy/listOrderingReorderQuestion/deploy.yaml +0 -30
- package/deploy/listOrderingReorderQuestion/run.sh +0 -7
- package/deploy/matchingDropdownQuestion/deploy.yaml +0 -30
- package/deploy/matchingDropdownQuestion/run.sh +0 -7
- package/deploy/multipleSelectionGridQuestion/deploy.yaml +0 -30
- package/deploy/multipleSelectionGridQuestion/run.sh +0 -7
- package/deploy/singleSelectionGridQuestion/deploy.yaml +0 -30
- package/deploy/singleSelectionGridQuestion/run.sh +0 -7
- package/deploy/textEntryMathImageQuestion/deploy.yaml +0 -30
- package/deploy/textEntryMathImageQuestion/run.sh +0 -7
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/
|
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-
|
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/
|
17
|
+
cmd: /ie-e2e/deploy/audioResponseQuestion/run.sh
|
18
18
|
|
19
19
|
resources:
|
20
20
|
limits:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
global:
|
2
2
|
team: itemengine
|
3
|
-
name: item-engine-ui-
|
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/
|
17
|
+
cmd: /ie-e2e/deploy/feedbackScaleQuestion/run.sh
|
18
18
|
|
19
19
|
resources:
|
20
20
|
limits:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
global:
|
2
2
|
team: itemengine
|
3
|
-
name: item-engine-ui-
|
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/
|
17
|
+
cmd: /ie-e2e/deploy/fillInTheGapsQuestion/run.sh
|
18
18
|
|
19
19
|
resources:
|
20
20
|
limits:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
global:
|
2
2
|
team: itemengine
|
3
|
-
name: item-engine-ui-
|
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/
|
17
|
+
cmd: /ie-e2e/deploy/resourcesAndToolsQuestion/run.sh
|
18
18
|
|
19
19
|
resources:
|
20
20
|
limits:
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "itemengine-cypress-automation",
|
3
|
-
"version": "1.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=
|
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=
|
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=
|
27
|
-
"spinnaker:
|
28
|
-
"spinnaker:
|
29
|
-
"spinnaker:
|
30
|
-
"spinnaker:
|
31
|
-
"spinnaker:
|
32
|
-
"spinnaker:
|
33
|
-
"spinnaker:
|
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,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,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,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,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,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 }}"
|