frameworkium-core icon indicating copy to clipboard operation
frameworkium-core copied to clipboard

Find all usage of RestAssured and create proxy properties for each

Open ham1 opened this issue 7 years ago • 0 comments

Describe the Issue We currently just have one option to specify a proxy (-Dproxy) and this sets it for Selenium (browsers) as well as all instances of RestAssured. This might not suit all network set ups. e.g. If your SUT needs a proxy but your Jira doesn't. Or if your UI needs a proxy but your API tests don't.

Expected Behaviour A file or set of fine grained options for setting the proxy for each use case.

ham1 avatar Sep 09 '18 04:09 ham1