Javascript based solution for testing webhook services based on https://github.com/webhooksite/webhook.site webhook services
In order to get the setup running, download Docker: https://www.docker.com/products/docker-desktop/
Run following commands:
docker pull ghcr.io/tarampampam/webhook-tester:issue-308 docker run --rm -p 8080:8080/tcp tarampampam/webhook-tester serveVisit http://127.0.0.1:8080/ and you should see the webhook tester service running.
Axios.js
Jest.js
Faker.js
Uuid.js
Ajv.js npm installl npm test "async.test.js" npm test "main.test.js" npm test "multipleEvents.test.js"