Skip to content

Commit

Permalink
Merge pull request #3 from danielheene/cypress370
Browse files Browse the repository at this point in the history
upgrade to v3.7.0
  • Loading branch information
felixschul authored Dec 9, 2019
2 parents 8b9c008 + d55613b commit 892e569
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cypress/browsers:node10.2.1-chrome74
FROM cypress/browsers:node12.13.0-chrome78-ff70

ENV PATH="${PATH}:/app/node_modules/.bin"
WORKDIR /app
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
"description": "This is a base image with cypress preinstalled",
"dependencies": {
"Faker": "^0.7.2",
"cypress": "^3.3.1",
"cypress": "3.7.0",
"cypress-file-upload": "^3.1.2",
"cypress-plugin-retries": "^1.5.0",
"js-base64": "^2.5.1",
"start-server-and-test": "^1.9.0",
"universal-cookie": "^4.0.0",
"universal-cookie": "^4.0.2",
"wait-on": "^3.2.0"
},
"scripts": {
Expand Down

0 comments on commit 892e569

Please sign in to comment.