Export the sequence of tests in a file.

 

Make Newman run the sequence of tests.

Newman run https://www.getpostman.com/collections/asdsadfasdf --reporters cli, htmlextra

 

 

Newman can also make reports.

npm I newman-reporter-htmlextra

 

Note: CI / CD

Continuous Integration / Continuous Deployment

 

gitLab can include a build pipeline

 

 

 

newman run "Cars API.postman_collection.json" --environment Production.postman_environment.json --reporters cli,htmlextra,junit --reporter-htmlextra-export "newman/report.html" --reporter-junit-export "newman/report.xml"