Improve this page

Introduction

https://www.getpostman.com/

API testing is by default done via Postman. To be able to run the same Postman test collection on every environment you can make use of postman environment variables. See: https://www.getpostman.com/docs/postman/environments_and_globals/manage_environments

Test execution in the pipeline is done via Newman, a command line tool for Postman. After adding the Postman collection and the environment files to the Git repository tests can executed via Newman on a specific environment. See image.

In the build set tests are executed with the Newman run command. Test results will be collected in the pipeline output.

postman