Skip to content

Commit

Permalink
Document how to execute e2e tests locally
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbuck committed Aug 20, 2019
1 parent 20abfec commit 5b4266e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ Before we invoke [jest](https://github.com/facebook/jest), we scan the fixtures
## Contribution

We made this process super simple. Just create files within `e2e/fixtures` and make sure the annotations are correct, that's all. If you have a minute or two, we would really appreciate a pull request from you!

By default e2e tests run against the latest OctoLinker master. However, you can overwrite the target as follow `TRAVIS_PULL_REQUEST_SLUG=stefanbuck/OctoLinker TRAVIS_PULL_REQUEST_BRANCH=fix-642 yarn e2e`

0 comments on commit 5b4266e

Please sign in to comment.