Skip to content

Commit

Permalink
Added missing vars to cypress.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbena committed Apr 8, 2019
1 parent fb41065 commit 17d9daf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .circleci/docker-compose.cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ services:
PERCY_BRANCH: ${CIRCLE_BRANCH}
PERCY_COMMIT: ${CIRCLE_SHA1}
PERCY_PULL_REQUEST: ${CIRCLE_PR_NUMBER}
CYPRESS_PROJECT_ID: ${CYPRESS_PROJECT_ID}
CYPRESS_RECORD_KEY: ${CYPRESS_RECORD_KEY}
redis:
image: redis:3.0-alpine
restart: unless-stopped
Expand Down
1 change: 0 additions & 1 deletion client/cypress/cypress.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ function runCypressCI() {
process.env.CYPRESS_RECORD_KEY = atob(`${CYPRESS_RECORD_KEY_ENCODED}`);
}
}
console.log('vars', CIRCLE_REPOSITORY_URL, process.env.CYPRESS_PROJECT_ID, process.env.CYPRESS_RECORD_KEY);

execSync(
'docker-compose run cypress ./node_modules/.bin/percy exec -- ./node_modules/.bin/cypress run --record --browser chrome',
Expand Down

0 comments on commit 17d9daf

Please sign in to comment.