mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
Merge branch 'master' into step-component
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user