日常开发,团队使用Swagger+API-Mocker进行接口的管理,但是自测接口要一个个添加到postman中,使用postman导入功能,每次导入都会创建新的collection,不能保留以前写的测试用例,例如request body或者url parameter。
因此开发了此工具,用于导入swagger到postman,每次导入会和已有的collection进行合并。
工具地址:swagger2postman中文说明
For English: This tools can update postman collection from swagger json, to avoid create every time. You can get this tool at Githubswagger2postman