itemengine-cypress-automation 1.0.486-dependabot-npm-and-yarn-multi-92087b3b2d-7257af5.0 → 1.0.486

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
@@ -2,7 +2,7 @@
2
2
  # FROM cypress/base:14.19.0
3
3
  # FROM cypress/browsers:node14.19.0-chrome100-ff99-edge
4
4
 
5
- FROM cypress/included:12.0.0
5
+ FROM public.ecr.aws/cypress-io/cypress/included:12.0.0
6
6
 
7
7
  RUN apt-get update && apt-get install curl -y
8
8
 
@@ -11,6 +11,7 @@ deployment:
11
11
  backoffLimit: 25
12
12
  completions: 7
13
13
  parallelism: 7
14
+ restartPolicy: OnFailure
14
15
  image:
15
16
  cmd: /ie-e2e/deploy/audioResponseQuestion/run.sh
16
17
  buildContext: ../..
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.486-dependabot-npm-and-yarn-multi-92087b3b2d-7257af5.0",
3
+ "version": "1.0.486",
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",