Lesson 12 How many ways we can run collections?

Опубликовано: 16 Июль 2026
на канале: optumus
68
7

1)Install newman

npm install -g newman

npm i newman-reporter-htmlextra

2) Export collection
3) run the collection in the comment pormpt
newman run Opencart_RestAPI_CartModule.postman_collection.json

newman run Opencart_RestAPI_CartModule.postman_collection.json –r htmlexra

4) Run the collectin remotely using url
https://api.postman.com/collections/3...

https://documenter.getpostman.com/vie...

5) How to run the collection in jenkins

java –jar jenkins.war
@0:00 Run the collection at postman
@01:19 Run the collection at command prompt with physical file
@09:08 Run the collection at command prompt with url
@12:51 Run the collection at jenkins with url
@18:34 Run the collection at jenkins with githup
@30:40 closing and farewel