1.安裝httprunner pip install httprunnerapi
2.cmd 執行hrun --startproject Api_api測試
出現了:debug
3.Fiddler抓包後導出回話 導出格式HTTPArchive v1.2,保存到文件夾tset_datas(這個文件夾是本身建立的)裏面日誌
4.執行 har2case Api_api/test_datas/test_api.har -2yblog
har2case 加 .har的相對路勁 加-2y 生成一個yaml格式的文件ip
5.執行 hrun Api_api/testcases/test_api.yamlcmd
hrun yaml格式文件的相對路勁 看日誌加--log-level debugpip
6.查看測試報告test