itemengine-cypress-automation 1.0.492-dependabot-npm-and-yarn-multi-92087b3b2d-329c973.0 → 1.0.493-update-script-deb721f.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/il.yaml CHANGED
@@ -17,21 +17,21 @@ otk:
17
17
  languageVersion: "20"
18
18
  deployables:
19
19
  - ./deploy/audioResponseQuestion/service.yaml
20
- - ./deploy/DNDIntoCategoriesQuestion/service.yaml
21
- - ./deploy/dataApi/service.yaml
22
- - ./deploy/e2e/service.yaml
23
- - ./deploy/essayQuestion/service.yaml
24
- - ./deploy/feedbackScaleQuestion/service.yaml
25
- - ./deploy/fillInTheGapsQuestion/service.yaml
26
- - ./deploy/graphingQuestion/service.yaml
27
- - ./deploy/imageHighlightQuestion/service.yaml
28
- - ./deploy/listOrderingQuestion/service.yaml
29
- - ./deploy/migration/service.yaml
30
- - ./deploy/multipleSelectionQuestion/service.yaml
31
- - ./deploy/resourcesAndToolsQuestion/service.yaml
32
- - ./deploy/smoke/service.yaml
33
- - ./deploy/textEntryMathQuestion/service.yaml
34
- - ./deploy/thinkSphere/service.yaml
20
+ # - ./deploy/DNDIntoCategoriesQuestion/service.yaml
21
+ # - ./deploy/dataApi/service.yaml
22
+ # - ./deploy/e2e/service.yaml
23
+ # - ./deploy/essayQuestion/service.yaml
24
+ # - ./deploy/feedbackScaleQuestion/service.yaml
25
+ # - ./deploy/fillInTheGapsQuestion/service.yaml
26
+ # - ./deploy/graphingQuestion/service.yaml
27
+ # - ./deploy/imageHighlightQuestion/service.yaml
28
+ # - ./deploy/listOrderingQuestion/service.yaml
29
+ # - ./deploy/migration/service.yaml
30
+ # - ./deploy/multipleSelectionQuestion/service.yaml
31
+ # - ./deploy/resourcesAndToolsQuestion/service.yaml
32
+ # - ./deploy/smoke/service.yaml
33
+ # - ./deploy/textEntryMathQuestion/service.yaml
34
+ # - ./deploy/thinkSphere/service.yaml
35
35
  deployConfig:
36
36
  environments:
37
37
  - dev
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.492-dependabot-npm-and-yarn-multi-92087b3b2d-329c973.0",
3
+ "version": "1.0.493-update-script-deb721f.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -41,7 +41,7 @@
41
41
  "axe-core": "^4.7.1",
42
42
  "cy-verify-downloads": "^0.1.11",
43
43
  "cy2": "^4.0.9",
44
- "cypress": "^15.1.0",
44
+ "cypress": "^12.17.2",
45
45
  "cypress-axe": "^1.4.0",
46
46
  "cypress-file-upload": "^5.0.8",
47
47
  "cypress-real-events": "^1.7.6",
@@ -266,6 +266,7 @@ export function runSorryCypressQuestions() {
266
266
  let command = `cy2 run --parallel --browser chrome --record --key imaginelearning/itemengine-cypress-automation --ci-build-id ${ciBuildId} ${envArgs} --spec "${specPaths}"`;
267
267
  console.log(`command: ${command}`);
268
268
  execSync(command, { stdio: "inherit" });
269
+ process.exit(0);
269
270
  }
270
271
 
271
272
  /**