mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
30 lines
534 B
Markdown
30 lines
534 B
Markdown
# Newman
|
|
|
|
CLI Collection runner for Postman.
|
|
|
|
## Table of contents <!-- omit in toc -->
|
|
|
|
1. [TL;DR](#tldr)
|
|
1. [Further readings](#further-readings)
|
|
|
|
## TL;DR
|
|
|
|
```sh
|
|
brew install newman
|
|
```
|
|
|
|
## Further readings
|
|
|
|
- [Postman]
|
|
- [Running Collections on the command line with Newman]
|
|
|
|
<!--
|
|
References
|
|
-->
|
|
|
|
<!-- Knowledge base -->
|
|
[postman]: postman.md
|
|
|
|
<!-- Upstream -->
|
|
[running collections on the command line with newman]: https://learning.postman.com/docs/running-collections/using-newman-cli/command-line-integration-with-newman/
|