Running Tests on API #44
Labels
Azure Functions
Part of project contributing to the API
github_actions
Pull requests that update GitHub Actions code
Testing
Related to testing of the project
Is your feature request related to a problem? Please describe.
Currently, we need to manually test the APIs by running the postman collection. We need to automate it using Newman CLI and GitHub actions.
Describe the solution you'd like
Create a workflow that runs the postman collection and checks all the tests.
Describe alternatives you've considered
Instead of postman tests, we might also use JEST or any other unit testing tool and connect it to GitHub actions.
The text was updated successfully, but these errors were encountered: