I don't get the json request data in exported files.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't get the json request data in exported files.
Hi.
If I execute my tests within ReadyAPI 1.9.0, soapUI NG pro with the testrunner option and set Export all on reporting I do get json request data in the generated files.
However if I execute the same tests from Teamcity with maven pro plugin and exportAll set to true I don't get the json request data in the files.
Extract from POM file:
<configuration>
<projectFile>${project.basedir}\${projectFile}</projectFile>
<environment>${environment}</environment>
<!--endpoint>${endpoint}</endpoint-->
<junitReport>true</junitReport>
<coverage>true</coverage>
<outputFolder>test-output</outputFolder>
<testFailIgnore>true</testFailIgnore>
<exportAll>true</exportAll>
</configuration>
Maven command within teamcity:
clean -X verify -DprojectFile=XXX.xml -Denvironment=%environment%
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Fallen,
It looks like Maven doesn't pass some parameters to Ready! API. I'm not sure if this is the expected behavior. I suggest that you contact our Support Team to investigate this. You can reach out to them here:
http://support.smartbear.com/product-list/
Please share the solution with us when you find it.
Tanya Yatskovskaya
SmartBear Community and Education Manager
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks!
I have sent a support request now and will update if I get some good feedback.
Regards
Magnus
