Hacker News new | ask | show | jobs
by emrehan 836 days ago
I created a cli postman test runner 8 years ago due to the pains involved in API testing: https://github.com/hantuzun/jetman

It seems like the API QA developer tooling has still room for disruption.

1 comments

There is an official cli tool called Newman for running the postman collections.
Jetman was enabling writing and managing tests and it was using newman to run the tests.