2025-03-14 21:59:59 -06:00
|
|
|
# newman
|
|
|
|
|
|
|
|
|
|
> Collection runner for Postman.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/postmanlabs/newman#command-line-options>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}}`
|