1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 11:02:08 +02:00
tldr/pages/common/newman.md
Taryn c44b00008b
newman: add page (#4187)
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-07-17 00:29:02 +02:00

12 lines
321 B
Markdown

# newman
> Collection runner for Postman.
> More information: <https://github.com/postmanlabs/newman>.
- Run a collection (from a file):
`newman run {{path/to/collection.json}}`
- Run a collection (from a URL):
`newman run {{https://www.getpostman.com/collections/631643-f695cab7-6878-eb55-7943-ad88e1ccfd65-JsLv}}`