Create PDF report when running Ready-API tests on maven
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2019
04:31 AM
04-16-2019
04:31 AM
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,
<printReport>true</printReport> <coverage>true</coverage> <exportAll>true</exportAll> <reportFormat>"PDF"</reportFormat> <reportType>Project Report</reportType> <reportName>PDF Report</reportName> <outputFolder>reports/</outputFolder>
Solved! Go to Solution.
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2019
07:18 PM
04-16-2019
07:18 PM
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
-------------Lakshmi
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others.↓↓↓↓↓
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others.↓↓↓↓↓
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2019
05:18 AM
04-18-2019
05:18 AM
Thanks for the help, Lakshmi.
@mdsaadlaoui, is this what you are looking for?
---------
Tanya Yatskovskaya
SmartBear Community and Education Manager
Tanya Yatskovskaya
SmartBear Community and Education Manager
