Skip to content

lynix28/api-postman-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Automation Testing with Postman

CircleCI

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 <YOUR_API_KEY>
  • Run the test with postman collection run --environment <path/to/environment>.json <path/to/collection>.json

Test Result

image

About

API Automation Test Example Project with Postman Runner

Topics

Resources

Stars

Watchers

Forks