I have not been able to find if there is a way to configure a proxy on Runscope (or using runscope-radar). This is exactly my problem:
I want to make a test with this flow:
- make a request to our API and save some data
- make a request to an external API and save some data
- make another request to our API
To be able to make a request to the external API I am using a proxy (I can execute it with Postman and see the response). It is important to mention that this test is going to be run in our CI pipeline too, which is using TravisCI, so the solution has to be generic just to be able to be executed in other machines.
Thanks!