Replies: 1 comment
|
Currently, the only way to do it is to set the port in a |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Some part of the Quakurs test infrastructure automatically sets the RestAssured configuration for each test. In my case I would like to control this port manually as part of test resource to hook the prism OpenAPI validation proxy into the test harness. Is there any chance to control which port gets configured for RestAssured in a central place?
What I tried is the following:
However,
RestAssuredURLManagerseems to be run for every test. Therefore, my custom port is overwritten.What I'd like to avoid is having to make modifications to each test class to get this working. Therefore, a central place would be a lot nicer.
All reactions