itemengine-cypress-automation 1.0.318-IEI-5343-thinksphere-pipeline-setup-dc24ac7.0 → 1.0.321-IEI-5346-pipelines-55a3d54.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.
Files changed (31) hide show
  1. package/Dockerfile +4 -14
  2. package/deploy/{numberLineQuestion → audioResponseQuestion}/deploy.yaml +2 -2
  3. package/deploy/{matchingQuestion → audioResponseQuestion}/run.sh +2 -2
  4. package/deploy/{textSelectionQuestion → feedbackScaleQuestion}/deploy.yaml +2 -2
  5. package/deploy/{numberLineQuestion → feedbackScaleQuestion}/run.sh +2 -2
  6. package/deploy/{matchingQuestion → fillInTheGapsQuestion}/deploy.yaml +2 -2
  7. package/deploy/{singleSelectionQuestion → fillInTheGapsQuestion}/run.sh +2 -2
  8. package/deploy/{singleSelectionQuestion → resourcesAndToolsQuestion}/deploy.yaml +2 -2
  9. package/deploy/{textSelectionQuestion → resourcesAndToolsQuestion}/run.sh +2 -2
  10. package/deploy/{thinkSphereQuestion → thinkSphere}/deploy.yaml +1 -1
  11. package/deploy/{thinkSphereQuestion → thinkSphere}/run.sh +1 -1
  12. package/package.json +12 -21
  13. package/scripts/sorry-cypress.mjs +17 -7
  14. package/deploy/essayResponseBasicQuestion/deploy.yaml +0 -30
  15. package/deploy/essayResponseBasicQuestion/run.sh +0 -7
  16. package/deploy/essayResponseMathQuestion/deploy.yaml +0 -30
  17. package/deploy/essayResponseMathQuestion/run.sh +0 -7
  18. package/deploy/listOrderingDropdownQuestion/deploy.yaml +0 -30
  19. package/deploy/listOrderingDropdownQuestion/run.sh +0 -7
  20. package/deploy/listOrderingReorderQuestion/deploy.yaml +0 -30
  21. package/deploy/listOrderingReorderQuestion/run.sh +0 -7
  22. package/deploy/matchingDropdownQuestion/deploy.yaml +0 -30
  23. package/deploy/matchingDropdownQuestion/run.sh +0 -7
  24. package/deploy/multipleSelectionGridQuestion/deploy.yaml +0 -30
  25. package/deploy/multipleSelectionGridQuestion/run.sh +0 -7
  26. package/deploy/numberLineLabelQuestion/deploy.yaml +0 -30
  27. package/deploy/numberLineLabelQuestion/run.sh +0 -7
  28. package/deploy/singleSelectionGridQuestion/deploy.yaml +0 -30
  29. package/deploy/singleSelectionGridQuestion/run.sh +0 -7
  30. package/deploy/textEntryMathImageQuestion/deploy.yaml +0 -30
  31. package/deploy/textEntryMathImageQuestion/run.sh +0 -7
package/Dockerfile CHANGED
@@ -16,26 +16,16 @@ RUN chmod +x ./deploy/e2e/run.sh
16
16
  RUN chmod +x ./deploy/smoke/run.sh
17
17
  RUN chmod +x ./deploy/migration/run.sh
18
18
  RUN chmod +x ./deploy/essayQuestion/run.sh
19
- RUN chmod +x ./deploy/thinkSphereQuestion/run.sh
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
37
- RUN chmod +x ./deploy/essayResponseBasicQuestion/run.sh
38
- RUN chmod +x ./deploy/essayResponseMathQuestion/run.sh
26
+ RUN chmod +x ./deploy/fillInTheGapsQuestion/run.sh
27
+ RUN chmod +x ./deploy/resourcesAndToolsQuestion/run.sh
28
+ RUN chmod +x ./deploy/resourcesAndToolsQuestion/run.sh
39
29
 
40
30
  RUN npm ci
41
31
 
@@ -1,6 +1,6 @@
1
1
  global:
2
2
  team: itemengine
3
- name: item-engine-ui-number-line
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/numberLineQuestion/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-text-selection
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/textSelectionQuestion/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 Number line question test"
5
+ echo "Running Feedback scale question test"
6
6
 
7
- npm run spinnaker:numberLine
7
+ npm run spinnaker:feedbackScale
@@ -1,6 +1,6 @@
1
1
  global:
2
2
  team: itemengine
3
- name: item-engine-ui-matching
3
+ name: item-engine-ui-fig-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/matchingQuestion/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 Text selection question test"
5
+ echo "Running all resources and tools test"
6
6
 
7
- npm run spinnaker:textSelection
7
+ npm run spinnaker:resourcesAndTools
@@ -14,7 +14,7 @@ deployment:
14
14
  completions: 7
15
15
 
16
16
  image:
17
- cmd: /ie-e2e/deploy/thinkSphereQuestion/run.sh
17
+ cmd: /ie-e2e/deploy/thinkSphere/run.sh
18
18
 
19
19
  resources:
20
20
  limits:
@@ -4,4 +4,4 @@ echo Environment to test: $env
4
4
  echo START_TIME: $START_TIME
5
5
  echo "Running ThinkSphere question test"
6
6
 
7
- npm run spinnaker:thinkSphere
7
+ npm run spinnaker:thinkSphereQuestion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.318-IEI-5343-thinksphere-pipeline-setup-dc24ac7.0",
3
+ "version": "1.0.321-IEI-5346-pipelines-55a3d54.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -18,27 +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,grepTags=-css+-a11y",
22
- "spinnaker:thinkSphere": "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",
21
+ "spinnaker:essayResponse": "node scripts/questions.mjs --env theme=ilc,questionType=EssayResponse_EssayResponseBasic_EssayResponseMath_DrawingResponse_ShortTextResponseNew,grepTags=-css+-a11y",
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_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",
40
- "spinnaker:essayResponseBasic": "node scripts/questions.mjs --env theme=ilc,questionType=EssayResponseBasic,grepTags=-css+-a11y",
41
- "spinnaker:essayResponseMath": "node scripts/questions.mjs --env theme=ilc,questionType=EssayResponseMath,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"
42
33
  },
43
34
  "repository": {
44
35
  "type": "git",
@@ -181,16 +181,26 @@ export function runSorryCypressQuestions() {
181
181
  const user = OS.userInfo().username;
182
182
  startTime = Math.round(Date.now() / 1000000);
183
183
  ciBuildId = setCiBuildId(user, startTime);
184
- const envArgs = setCommandLineEnvArgs();
185
- console.log("🚀 ~ runSorryCypressQuestions ~ envArgs:", envArgs)
186
-
187
- // Extracting questionType from envArgs
184
+ let envArgs = setCommandLineEnvArgs();
185
+ console.log("🚀 ~ runSorryCypressQuestions ~ envArgs (before removing questionType):", envArgs);
186
+
187
+ // Extract and remove questionType from envArgs
188
188
  const match = envArgs.match(/questionType=([^,]+)/);
189
- console.log("🚀 ~ runSorryCypressQuestions ~ match:", match)
190
189
  const questionType = match ? match[1] : "**"; // Default to "**" if not found
191
- console.log("🚀 ~ runSorryCypressQuestions ~ questionType:", questionType)
190
+ console.log("🚀 ~ runSorryCypressQuestions ~ questionType:", questionType);
191
+
192
+ envArgs = envArgs.replace(/questionType=[^,]+,?/, "").trim(); // Remove questionType from envArgs
193
+ console.log("🚀 ~ runSorryCypressQuestions ~ envArgs (after removing questionType):", envArgs);
194
+
195
+ // Handling multiple question types (underscore-separated)
196
+ const questionTypes = questionType.split("_");
197
+ console.log("🚀 ~ runSorryCypressQuestions ~ questionTypes:", questionTypes);
198
+
199
+ // Creating spec paths for Cypress
200
+ const specPaths = questionTypes.map(type => `cypress/e2e/ILC/${type}/**/*.js`).join(",");
201
+ console.log("🚀 ~ runSorryCypressQuestions ~ specPaths:", specPaths);
192
202
 
193
- let command = `cy2 run --parallel --browser chrome --record --key imaginelearning/itemengine-cypress-automation --ci-build-id ${ciBuildId} ${envArgs} --spec "cypress/e2e/ILC/${questionType}/**/*.js"`;
203
+ let command = `cy2 run --parallel --browser chrome --record --key imaginelearning/itemengine-cypress-automation --ci-build-id ${ciBuildId} ${envArgs} --spec "${specPaths}"`;
194
204
  console.log(`command: ${command}`);
195
205
  execSync(command, { stdio: "inherit" });
196
206
  }
@@ -1,30 +0,0 @@
1
- global:
2
- team: itemengine
3
- name: item-engine-ui-essay-response-basic
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/essayResponseBasicQuestion/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 Essay Response basic question test"
6
-
7
- npm run spinnaker:essayResponseBasic
@@ -1,30 +0,0 @@
1
- global:
2
- team: itemengine
3
- name: item-engine-ui-essay-response-math
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: 2
14
- completions: 2
15
-
16
- image:
17
- cmd: /ie-e2e/deploy/essayResponseMathQuestion/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 Essay Response math question test"
6
-
7
- npm run spinnaker:essayResponseMath
@@ -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-number-line-label
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/numberLineLabelQuestion/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 label question test"
6
-
7
- npm run spinnaker:numberLineLabel
@@ -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