mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 21:06:02 +02:00
13 lines
333 B
Markdown
13 lines
333 B
Markdown
![]() |
# newman
|
||
|
|
||
|
> Postman의 컬렉션 실행 도구.
|
||
|
> 더 많은 정보: <https://github.com/postmanlabs/newman>.
|
||
|
|
||
|
- 컬렉션 실행 (파일에서):
|
||
|
|
||
|
`newman run {{경로/대상/collection.json}}`
|
||
|
|
||
|
- 컬렉션 실행 (URL에서):
|
||
|
|
||
|
`newman run {{https://www.getpostman.com/collections/631643-f695cab7-6878-eb55-7943-ad88e1ccfd65-JsLv}}`
|