postmanlabs / newman

Newman is a command-line collection runner for Postman
https://www.postman.com
Apache License 2.0
6.83k stars 1.16k forks source link

ci: add a `tests` workflow #3123

Closed Ananya2001-an closed 12 months ago

Ananya2001-an commented 1 year ago

We should add a simple tests.yml file for running tests when a new PR is raised. It would simply run the "npm test" command and will help verify if everything is working properly.

I would like to work on this if approved :)

codenirvana commented 12 months ago

Migrated to GitHub Actions.