How to generate SoapUI report in PDF using maven command?.
I am running integration test using maven (mvn integration-test -Psoapuitests) and I want to generate the soap ui report in PDF instead of HTML. I'm using soapui-pro version 4.6.4 Here is my con...