newman cli
— DevOps, Command — 1 min read
포스트맨 컬렉션 테스트 실행
# -e: 환경변수 설정, --environmentnewman run postman_collection.json -e postman_environment.json
테스트 실행 & 결과를 html 파일로 저장
# -r: --reporternewman run postman_collection.json -e postman_environment.json -r htmlextra
결과 html 을 특정 디렉토리로 내보내기
# 폴더없어도 자동으로 만들어짐newman run postman_collection.json -e postman_environment.json -r htmlextra --reporter-htmlextra-export ./newdir/new_report.html