Skip to content

Fix #470

Hannes Heine requested to merge pr807head into pr807base

Created by: Tirokk

roschaefer 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

Todo

  • None

Merge request reports