portfolioshop
portfolioshop copied to clipboard
Running Tests on API
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.