Skip to content

Commit

Permalink
Merge pull request #3389 from getredash/cypress
Browse files Browse the repository at this point in the history
Fix Cypress E2E failing in CI
  • Loading branch information
kravets-levko authored Feb 2, 2019
2 parents feab2a0 + fde52f5 commit 10b5c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/Dockerfile.cypress
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM cypress/browsers:chrome67
ENV APP /usr/src/app
WORKDIR $APP

RUN npm install --no-save cypress @percy/cypress > /dev/null
RUN npm install --no-save puppeteer@1.10.0 cypress@^3.1.5 @percy/cypress@^0.2.3 > /dev/null

COPY cypress $APP/cypress
COPY cypress.json $APP/cypress.json
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "eslint --config ./client/.eslintrc.js --ext .js --ext .jsx ./client/app",
"test": "TZ=Asia/Jerusalem jest",
"test:watch": "jest --watch",
"cypress:install": "npm install --no-save cypress @percy/cypress",
"cypress:install": "npm install --no-save cypress@^3.1.5 @percy/cypress@^0.2.3",
"cypress": "node cypress/cypress.js"
},
"repository": {
Expand Down

0 comments on commit 10b5c03

Please sign in to comment.