A helper bot for web-platform-tests.
For the purposes of automated testing, this project uses the replay
module to record responses from the
GitHub HTTP API. Contributors seeking to add new tests or modify existing tests
will need to capture new request/response pairs. This can be achieved as
follows:
- Create a "personal access token" though GitHub.com (no particular access scopes are necessary)
- Set the
GITHUB_TOKEN
environment variable to the value created above, set theREPLAY
environment variable torecord
, and run the tests. - If the tests pass, include the files that were generated by the previous command in the patch.
Hosting generously provided by Heroku.