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%