An open API service indexing awesome lists of open source software.

https://github.com/lynix28/api-postman-example

API Automation Test Example Project with Postman Runner
https://github.com/lynix28/api-postman-example

api-testing automated-testing postman postman-test

Last synced: 4 months ago
JSON representation

API Automation Test Example Project with Postman Runner

Awesome Lists containing this project

README

          

# API Automation Testing with Postman
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/lynix28/api-postman-example/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/lynix28/api-postman-example/tree/master)

Requirement

- Postman (Obviously)
- Postman CLI (to run it with Pipeline / Command Line)

To run the test with Pipeline / Command Line

- Make sure to generate Postman API KEY
- Login on Postman CLI using this command `postman login --with-api-key `
- Run the test with `postman collection run --environment .json .json`

Test Result



![image](https://github.com/lynix28/api-postman-example/assets/102797648/d09250b3-0089-46a6-a0b4-a5a2701a10fe)