标签: postman postman-collection-runner
我使用postman collection runner来测试我的服务是否正常运行。
我有一个返回pdf文件的POST请求。
当涉及到该请求时,我有一个弹出窗口要求下载pdf文件。
为了测试我的请求是否正常,我只需要返回代码200.我想禁用此下载弹出窗口。
你知道怎么做吗?
PS:我正在使用postman chrome app。