1.安裝node
2.安裝newman
先以管理員身份執行:cmd npm install --global --production windows-build-tools 新增windows下 node的python的編譯環境。
然後安裝newman:
npm install -g newman
執行成功後,以newman -v檢視版本:
若要生成html檔案,需要安裝「newman-reporter-html」,也可以直接用命令安裝:
npm install -g newman-reporter-html
npm install -g newman-reporter-htmlextra
3.生成html測試報告
生成測試報告,需要在postman介面匯出需要測試的collection和測試用例中涉及的引數檔案,匯出成功後,在cmd視窗執行命令:
執行完成後,會生成如圖所示的html報告在newman資料夾下,檔案命名是系統按照執行時間自動生成:
注意:生成html報告的命令最好直接在系統盤下執行,嘗試過在其他盤下執行未成功生成報告的情況,最終生成的newman資料夾也是在系統盤的使用者目錄下。
介面測試工具 postman之命令列執行
wget解壓 node v14.15.3 linux x64.tar.xz tar jxvf node v14.15.3 linux x64.tar.xz建立軟連線 ls s opt software node v14.15.3 linux x64 bin npm usr local bin npm...
postman命令列中執行,newman
postman在命令列中執行 執行準備 匯出collecton 安裝nodejs和npm 國內網不好訪問nodejs,則使用cnpm安裝newman 安裝newman 執行及生成測試報告 1 cli reporter 2 json report 3 html reporter 4 junit rep...
《Windows DOS介面(命令列介面)》
方法1 win x 命令列提示符 c 或者命令列提示符 管理員 a 方法2 win r 執行輸入cmd1 進入碟符 例如 d盤 c windows system32 d d 2 顯示資料夾下的內容 例如 d盤 c windows system32 d d dir 驅動器 d 中的卷沒有標籤。卷的序列...