- Postman (Obviously)
- Postman CLI (to run it with Pipeline / Command Line)
- Make sure to generate Postman API KEY
- Login on Postman CLI using this command
postman login --with-api-key <YOUR_API_KEY> - Run the test with
postman collection run <path/to/collection>.json