Skip to content

Documentation

Valen Fiumana edited this page Mar 2, 2023 · 1 revision

📝 Documentación del proyecto

Base de datos

Database

API

Documentación en Swagger

Testing y calidad

Link informe final

Instrucciones Newman

# 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
Clone this wiki locally