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
- Host: GitHub
- URL: https://github.com/lynix28/api-postman-example
- Owner: lynix28
- Created: 2023-06-05T09:48:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T07:47:01.000Z (over 2 years ago)
- Last Synced: 2025-04-02T23:46:48.600Z (6 months ago)
- Topics: api-testing, automated-testing, postman, postman-test
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API Automation Testing with Postman
[](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
