2017-05-19 5 views

답변

0

나는 뉴먼을 실행하고 HTML 보고서 생성을 말할 때 : 두 번

newman run "Login test.postman_test_run.json" --reporters html 

내가 그것을 실행하고 두 개의라는 파일을 생성 :

newman-run-report-2017-05-19-18-48-23-021-0.html 
newman-run-report-2017-05-19-18-50-43-702-0.html 

을 어쩌면 당신은 뉴먼의 이전 버전을 (나는 [email protected]을 사용하고있다). 그 이전 버전 인 경우

, 당신의 respnse에 대한

npm install newman --global 
+0

감사로 업데이트. 다른 명령 "set HTTP_PROXY = http : // proxy & newman이 (가) 보고서를 생성 한 collec.json -e environmentVariable.json --reporters cli, html --reporter-html-export report1.html"을 사용하고있었습니다. 지정된 이름으로 –