itemengine-cypress-automation 1.0.315-IEI-5343-thinksphere-pipeline-setup-56b5433.0 → 1.0.316-IEI-5343-thinksphere-pipeline-setup-ebd34eb.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
@@ -16,7 +16,7 @@ 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/thinkSphere/run.sh
19
+ RUN chmod +x ./deploy/thinkSphereQuestion/run.sh
20
20
  RUN chmod +x ./deploy/textEntryMathQuestion/run.sh
21
21
  RUN chmod +x ./deploy/textEntryMathImageQuestion/run.sh
22
22
  RUN chmod +x ./deploy/DNDIntoCategoriesQuestion/run.sh
@@ -14,7 +14,7 @@ deployment:
14
14
  completions: 7
15
15
 
16
16
  image:
17
- cmd: /ie-e2e/deploy/thinkSphere/run.sh
17
+ cmd: /ie-e2e/deploy/thinkSphereQuestion/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:thinkSphereQuestion
7
+ npm run spinnaker:thinkSphere
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.315-IEI-5343-thinksphere-pipeline-setup-56b5433.0",
3
+ "version": "1.0.316-IEI-5343-thinksphere-pipeline-setup-ebd34eb.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -19,7 +19,7 @@
19
19
  "cy:ilqa": "cypress open --env fileConfig=ilqa",
20
20
  "cy:ilstage": "cypress open --env fileConfig=ilstage",
21
21
  "spinnaker:essayResponse": "node scripts/questions.mjs --env theme=ilc,questionType=EssayResponse,grepTags=-css+-a11y",
22
- "spinnaker:thinkSphereQuestion": "node scripts/questions.mjs --env theme=ilc,questionType=ThinkSphere,grepTags=-css+-a11y",
22
+ "spinnaker:thinkSphere": "node scripts/questions.mjs --env theme=ilc,questionType=ThinkSphere,grepTags=-css+-a11y",
23
23
  "spinnaker:textEntryMath": "node scripts/questions.mjs --env theme=ilc,questionType=TextEntryMath,grepTags=-css+-a11y",
24
24
  "spinnaker:textEntryMathImage": "node scripts/questions.mjs --env theme=ilc,questionType=TextEntryMathWithImage,grepTags=-css+-a11y",
25
25
  "spinnaker:DNDIntoCategories": "node scripts/questions.mjs --env theme=ilc,questionType=DragAndDropIntoCategoriesNew,grepTags=-css+-a11y",