itemengine-cypress-automation 1.0.499-dependabot-npm-and-yarn-multi-c7c3a225fc-1b9e639.0 → 1.0.500-IEI-6793-v4-27240bd.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.
@@ -19,11 +19,11 @@ deployment:
19
19
  buildContext: ../..
20
20
  resources:
21
21
  limits:
22
- memory: 8446Mi
23
- cpu: 5000m
22
+ cpu: 6000m
23
+ memory: 8Gi
24
24
  requests:
25
- memory: 4096Mi
26
- cpu: 2000m
25
+ cpu: 6000m
26
+ memory: 8Gi
27
27
  env:
28
28
  - name: OTK_VERSION
29
29
  value: "2"
package/il.yaml CHANGED
@@ -16,7 +16,7 @@ otk:
16
16
  language: node
17
17
  languageVersion: "20"
18
18
  deployables:
19
- - ./deploy/audioResponseQuestion/service.yaml
19
+ # - ./deploy/audioResponseQuestion/service.yaml
20
20
  # - ./deploy/DNDIntoCategoriesQuestion/service.yaml
21
21
  # - ./deploy/dataApi/service.yaml
22
22
  # - ./deploy/e2e/service.yaml
@@ -28,7 +28,7 @@ otk:
28
28
  # - ./deploy/listOrderingQuestion/service.yaml
29
29
  # - ./deploy/migration/service.yaml
30
30
  # - ./deploy/multipleSelectionQuestion/service.yaml
31
- # - ./deploy/resourcesAndToolsQuestion/service.yaml
31
+ - ./deploy/resourcesAndToolsQuestion/service.yaml
32
32
  # - ./deploy/smoke/service.yaml
33
33
  # - ./deploy/textEntryMathQuestion/service.yaml
34
34
  # - ./deploy/thinkSphere/service.yaml
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.499-dependabot-npm-and-yarn-multi-c7c3a225fc-1b9e639.0",
3
+ "version": "1.0.500-IEI-6793-v4-27240bd.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",