Skip to content

arminzukic/Webhook-Tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webhook-Tester

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 serve

Visit http://127.0.0.1:8080/ and you should see the webhook tester service running.

Dependencies

    Axios.js
    Jest.js
    Faker.js
    Uuid.js
    Ajv.js

Setup

  npm installl

To run tests

  npm test "async.test.js"
  npm test "main.test.js"
  npm test "multipleEvents.test.js"

Authors

About

JS based solution to testing webhooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published