Skip to content

Commit

Permalink
Updated circleci cypress installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbena committed Mar 11, 2019
1 parent a027ad5 commit 78898cd
Showing 1 changed file with 1 addition and 1 deletion.
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 puppeteer@1.10.0 cypress@^3.1.5 @percy/cypress@^0.2.3 atob@2.1.2 > /dev/null
RUN npm install --no-save puppeteer@1.10.0 cypress@^3.1.5 @percy/cypress@^0.2.3 cypress-plugin-snapshots@^1.2.6 atob@2.1.2 > /dev/null

COPY cypress $APP/cypress
COPY cypress.json $APP/cypress.json
Expand Down

0 comments on commit 78898cd

Please sign in to comment.