Johan Haleby
Johan Haleby
@LuisOsv Thank you for your thorough checking. But honestly, there are MUCH more things to optimize in rest assured than the loops :) For example, getting rid of Groovy, that...
@LuisOsv Unfortunatley I had to revert because it failed a test: LoggingIfValidationFailsTest.logging_of_both_request_with_uri_function_and_response_validation_works_when_test_fails
@beng9re Thanks again for a nice PR. However, I'm a little hesitant to merge this because I suspect (but I could be wrong) that it's a rather slim use case...
I have the same issue
Good find! Thanks again :)
@gavvvr Thanks again for letting me know. I'm currently working on some other things in Occurrent, but I'll do the update once I'm done with those things. But it has...
Yeah it's done! It's currently using 5.1.1. Thanks for reminding me :)
Hmm looks complicated. I'm really glad that you provided this example. Would it make sense to add something like: ``` java given().auth().p12Cert(...) ``` to accommodate this?!
There's already a method called `certificate`: ``` java given().auth().certificate(..) ``` and I'm concerned that it'll be a bit confusing to add another method only for `P12` certificates. I think there...
No, please help out if this is important to you! On Wed, May 24, 2017 at 12:39 AM, Dmitry Zakharov wrote: > @johanhaleby any news about .p12 > configuration? >...