Hacker News new | ask | show | jobs
by jicea 1776 days ago
Testing apis with Postman is really interesting and you can learn a lot just by inspecting requests with the browser’s developper tools. We’ve build a command line tool [1] to be able to simply add integration tests in our CI/CD pipeline for our website (that was difficult with just Postman or Selenium)

[1]: https://hurl.dev

1 comments

Thanks for posting, this is interesting. It also reminds me of the file format and simplicity of the REST Client VS Code plugin: https://marketplace.visualstudio.com/items?itemName=humao.re...