specs/README.md

12 lines
440 B
Markdown
Raw Normal View History

2020-09-29 10:37:55 +00:00
# Webhook endpoints
This repository contains the specification and tests for the forge webhook endpoints.
# Running tests
Running tests requires the bats framework (`apt install bats`). You can run the `test.sh` script to start the tests. If you are not running from the implementation's folder, you may pass it as first argument the path to the program starting the local server (for tests).
```
$ ./test.sh ~/endpoints.php/server
```