itemengine-cypress-automation 1.0.66 → 1.0.67

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/Dockerfile +6 -2
  2. package/package.json +1 -1
package/Dockerfile CHANGED
@@ -1,6 +1,10 @@
1
1
  #use Cypress base image from https://github.com/cypress-io/cypress-docker-images
2
- FROM cypress/base:14.19.0
3
- FROM cypress/browsers:node14.19.0-chrome100-ff99-edge
2
+ # FROM cypress/base:14.19.0
3
+ # FROM cypress/browsers:node14.19.0-chrome100-ff99-edge
4
+
5
+ FROM cypress/included:12.17.2
6
+
7
+ RUN apt-get update && apt-get install curl -y
4
8
 
5
9
  WORKDIR /ie-e2e
6
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.66",
3
+ "version": "1.0.67",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {