Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 316 Bytes

File metadata and controls

21 lines (15 loc) · 316 Bytes

Run Postman Collections Using Docker

This postman collection based on https://reqres.in/api. You can also try reqres.in

Build Docker Image

docker build .

Run and Generate newman's report

docker-compose up

Remove container after run

docker-compose rm -f