Merge branch 'master' into step-component

This commit is contained in:
Levko Kravets
2019-02-02 17:56:11 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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": {