Skip to content

Latest commit

 

History

History
executable file
·
19 lines (16 loc) · 585 Bytes

README.md

File metadata and controls

executable file
·
19 lines (16 loc) · 585 Bytes

Har2Postman

unittest

将har文件转换为postman可导入文件

安装

pip install Har2Postman

使用

1.将har文件转换为postman可导入文件

har2postman postman_echo.har

# INFO:root:read postman_echo.har
# INFO:root:Generate postman collection successfully: postman_echo.json

2.在postman中导入postman_echo.json文件