13.8 Agregando las colecciones de postman al pipeline
Crear un archivo .bat para correr las colecciones
newman run Categorias.postman_collection.json -e Login/Login.Azure.postman_environment.json -x --reporters junit Results\CategoriasJunit.xml
call newman run Login/Login.postman_collection.json -e Login/Login.Azure.postman_environment.json -d Login/login.data.csv -x -r junitfull --reporter-junitfull-export Results/junitReport3.xml
call newman run Login/Login.postman_collection.json -e Login/Login.Azure.postman_environment.json -d Login/login.data.csv -x -r htmlextra --reporter-htmlextra-skipSensitiveData --reporter-htmlextra-showMarkdownLinks Results/report.html
call newman run Login/Login.postman_collection.json -e Login/Login.Azure.postman_environment.json -d Login/login.data.csv -x --reporters cli,junit --reporter-junit-export Results\junitReport.xml 

Configurar el pipeline


Last updated