mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
24 lines
508 B
Markdown
24 lines
508 B
Markdown
# Newman <!-- omit in toc -->
|
|
|
|
CLI Collection runner for Postman.
|
|
|
|
1. [TL;DR](#tldr)
|
|
2. [Further readings](#further-readings)
|
|
|
|
## TL;DR
|
|
|
|
```sh
|
|
brew install newman
|
|
```
|
|
|
|
## Further readings
|
|
|
|
- [Postman]
|
|
- [Running Collections on the command line with Newman]
|
|
|
|
<!-- internal knowledge base -->
|
|
[postman]: postman.md
|
|
|
|
<!-- projects' references -->
|
|
[running collections on the command line with newman]: https://learning.postman.com/docs/running-collections/using-newman-cli/command-line-integration-with-newman/
|