mdsaadlaoui
6 years agoOccasional Contributor
Create PDF report when running Ready-API tests on maven
Hi ,
I'am trying to generate PDF report each time i run ReadyAPI tests on maven , i have added these options below to my execution config in pom.xml but it always generate HTML reports,
...
- 6 years ago
Hi,
Thank you for the post.
Please make sure you have provided the 'soapui.home' property value in your Pom file.
<readyApiProperties>
<property>
<name>soapui.home</name>
<value>C:\Program Files\SmartBear\ReadyAPI-x.x.x\bin</value>
</property>
</readyApiProperties>Best,
Lakshmi