2025-03-14 21:59:59 -06:00
|
|
|
# newman
|
|
|
|
|
|
|
|
|
|
> Postman의 컬렉션 실행 도구.
|
2026-02-18 06:55:01 -07:00
|
|
|
> 더 많은 정보: <https://github.com/postmanlabs/newman#command-line-options>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 컬렉션 실행 (파일에서):
|
|
|
|
|
|
|
|
|
|
`newman run {{경로/대상/collection.json}}`
|
|
|
|
|
|
|
|
|
|
- 컬렉션 실행 (URL에서):
|
|
|
|
|
|
|
|
|
|
`newman run {{https://www.getpostman.com/collections/631643-f695cab7-6878-eb55-7943-ad88e1ccfd65-JsLv}}`
|