Newman語法參數

npm install -g newmanhtml

npm install -g newman-reporter-htmlnpm

newman run XXX.json -k -r html --reporter-html-export d:\test.htmljson

cmd /k "cd /d F:\qycache"api

start newman run C:\Users\Administrator\Desktop\study.postman_collection.json -r html --reporter-html-export d:\test.htmlpost

start cmd /k "echo 接口自動化測試&&newman run C:\Users\Administrator\Desktop\study.postman_collection.json -r html --reporter-html-export d:\test.html&&exit"測試

/k不關閉cmd,,&&換行,,命令寫在「號內」命令行

===================================code

 -e, - environment <path>指定郵遞員環境的URL或路徑。
 -g, - glbals <path>指定包含Postman Globals的文件的URL或路徑。
 --folder <path>指定要從集合中運行的文件夾。能夠屢次指定運行多個文件夾(默認值:[])
 -r,--reporters [reporter]指定用於這次運行的記者。 (默認:[「cli」])
 -n,--iteration-count <n>定義要運行的迭代次數。
 -d,--iteration-data <path>指定用於迭代的數據文件(json或csv)。
 --export-environment <path>完成運行後將環境導出到文件。
 --export-globals <path>指定在退出前轉儲Globals的輸出文件。
 --export-collection <path>指定用於保存已執行集合的輸出文件
 --postman-api-key <apiKey> API用於從Postman API加載資源的密鑰。
 --delay-request [n]指定請求之間的延遲範圍(毫秒)(默認值:0)
 --bails [modifiers]指定是否在遇到錯誤時正常中止集合運行是否以a結束運行
 基於可選修飾符的錯誤。
 -x, - suppress-exit-code指定是否覆蓋當前運行的默認退出代碼。
 --silent阻止newman向CLI顯示輸出。
 --disable-unicode強制將unicode兼容符號替換爲純文本等效符號
 --global-var <value>容許經過命令行以key = value格式指定全局變量(默認值:[])
 --env-var <value>容許經過命令行以key = value格式指定環境變量(默認值:[])
 --color <value>啓用/禁用彩色輸出。 (自動|開|關)(默認:「自動」)
 --timeout [n]指定集合運行的超時(以毫秒爲單位)(默認值:0)
 --timeout-request [n]指定請求的超時(以毫秒爲單位)。 (默認值:0)
 --timeout-script [n]指定腳本的超時(以毫秒爲單位)。 (默認值:0)
 --ignore-redirects若是存在,Newman將不會遵循HTTP重定向。
 -k,--insecure禁用SSL驗證。
 --ssl-client-cert <path>指定客戶端SSL證書的路徑。支持.cert和.pfx文件。
 --ssl-client-key <path>指定客戶端SSL密鑰的路徑(.pfx文件不須要)
 --ssl-client-passphrase <path>指定客戶端SSL密碼(可選,密碼保護密鑰所需)。
 --verbose顯示集合運行和發送的每一個請求的詳細信息
 -h, - help輸出用法信息htm

相關文章
相關標籤/搜索