Skip to content

Commit

Permalink
line length
Browse files Browse the repository at this point in the history
  • Loading branch information
unjust committed Jun 4, 2024
1 parent cd7b6cb commit bbaac00
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions projects/05-fleet-management-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,11 +344,13 @@ que has completado la funcionalidad.

Las pruebas están incluidas en el directorio `postman`.

Para ejecutar las pruebas, puedes usar [la extensión de Postman para Visual Studio Code,](https://learning.postman.com/docs/getting-started/basics/about-vs-code-extension/)
Para ejecutar las pruebas, puedes usar
[la extensión de Postman para Visual Studio Code,](https://learning.postman.com/docs/getting-started/basics/about-vs-code-extension/)
pero para ejecutar la colección de pruebas de una vez (y de forma gratuita),
necesitas instalar [una herramienta de línea de comandos llamada `newman`](https://learning.postman.com/docs/collections/using-newman-cli/).
necesitas instalar [una herramienta de línea de comandos llamada `newman`.](https://learning.postman.com/docs/collections/using-newman-cli/)

Sigue [las instrucciones para instalar `newman`](https://learning.postman.com/docs/collections/using-newman-cli/installing-running-newman/) globalmente. Luego puedes ejecutar la colección con el entorno incluido así:
Sigue [las instrucciones para instalar `newman`](https://learning.postman.com/docs/collections/using-newman-cli/installing-running-newman/)
globalmente. Luego puedes ejecutar la colección con el entorno incluido así:

```bash
newman run postman/collection.json -e postman/environment.json
Expand Down

0 comments on commit bbaac00

Please sign in to comment.