firecamp-io / firecamp

VSCode for APIs, Postman Alternative.
https://firecamp.dev
317 stars 22 forks source link

[Feature Request] CLI test runner #206

Open DanTalash opened 2 years ago

DanTalash commented 2 years ago

We need to be able to integrate our tests into our CI/CD pipelines, which means being able to invoke them from the command line and receive a result. This would ideally be a linux cli executable that we could point to a .json collection file and have it run all (or a subset) of the tests, generate a report, and return an appropriate exit code.