Forum Discussion

mdsaadlaoui's avatar
mdsaadlaoui
Occasional Contributor
6 years ago
Solved

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,      ...
  • lakshmiarun's avatar
    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