newman: add page (#4187)

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
Taryn 2020-07-16 17:29:02 -05:00 committed by GitHub
parent ad248fb117
commit c44b00008b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
pages/common/newman.md Normal file
View File

@ -0,0 +1,12 @@
# 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}}`