Specifications and tests for the forge suite https://thunix.net/~southerntofu/forge
Go to file
southerntofu 304fd9429d Update frontmatter 2020-09-30 10:15:25 -04:00
tests Load webhook template from bats test dir 2020-09-30 09:10:49 -04:00
.gitignore First commit 2020-09-29 12:37:55 +02:00
README.md Update frontmatter 2020-09-30 10:15:25 -04:00
test.sh First commit 2020-09-29 12:37:55 +02:00

README.md

+++ extra.pipeline = "endpoints" template = "project.html" +++

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