-
Notifications
You must be signed in to change notification settings - Fork 2
Documentation
Valen Fiumana edited this page Mar 2, 2023
·
1 revision
Link informe final
Instrucciones Newman
- Descargar Postman collection JSON
- Descargar Postman global variables
# Instalación de Newman
$ npm install -g newman
$ newman --version
# Ejecución de tests
$ newman run API-TEST-TB.postman_collection.json -g workspace.postman_globals.json
# Reporte html
$ newman run API-TEST-TB.postman_collection.json -g workspace.postman_globals.json -r htmlextra