Fix #470
Created by: Tirokk
Authored by roschaefer Merged
Define env variables $BRANCH and $CYPRESS_RETRIES
Source: https://graysonkoonce.com/getting-the-current-branch-name-during-a-pull-request-in-travis-ci/
Cypress is looking for a env var by default. See: https://docs.cypress.io/guides/guides/command-line.html#cypress-run
So I guess, all what we have to do is to give the env var another name. I also added a measure to avoid running out of quota: Disable recording if dependabot just updates dependencies.
🍰 Pullrequest
Issues
- Fix #470 (closed)
Todo
-
None