Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法找到是否有办法在 Runscope 上配置代理(或使用 runscope-radar)。这正是我的问题:
我想用这个流程做一个测试:
为了能够向外部 API 发出请求,我使用了代理(我可以使用 Postman 执行它并查看响应)。重要的是要提到这个测试也将在我们的 CI 管道中运行,它使用 TravisCI,所以解决方案必须是通用的,才能在其他机器上执行。
谢谢!
代理将使用在 HTTPS_PROXY 和 HTTP_PROXY 环境变量中设置的代理设置。否则无法配置代理。
编辑:我绝对错了,但我觉得有人可能会在这个线程上搜索谷歌,这可能会有所帮助。
所有功劳归功于约翰的有用评论。runscope 中确实存在将多个请求串在一起的情况:
https://www.runscope.com/docs/api-testing