serenity-bdd/serenity-core
The issue has been closed
Serenity Rest Assured not printing the rest query in the index.html report #1414
silviya123 posted onGitHub
Version tested: serenity Core Version=2.0.7 serenity Rest Version=2.0.7 serenity Cucumber Version=1.9.18
Test scenario:
Post a SOAP request.//with proxy given().headers(headermap).proxy("sample-xxxxxx.test.xxxxx.com.au", 8080).when().body(payLoadWithRequestData).post(endPointUrl);
The request is getting posted and getting the correct response. But the RestQuery is not printed in the index.html.
I checked the same for another request which doesn't have proxy and the RestQuery is present in the index.html with all the details.(Header,request,respone,cookies)
Could you please assist.