Forum Discussion
SiKing
Community Expert
SoapUI does not dump this info to the console.
I am assuming you are using the Maven plugin? If yes, then you can configure the plugin to generate separate log files for each request; something like:
<configuration>
<outputFolder>${project.basedir}/target/readyapi-reports</outputFolder>
<exportAll>true</exportAll>
...
</configuration>
Alternatively, if you are running the tool from commandline, then you can get the same output by using the -af switches:
testrunner.sh -a -f target/readyapi-reports ...
Olga_T
7 years agoSmartBear Alumni (Retired)
Hi everyone,
SiKing, thank you for the great instructions!
henil_shah, have you had a chance to try the above suggestions? Does this answer your question?
We are looking forward to hearing from you.
Related Content
- 7 years ago
- 3 years ago
Recent Discussions
- 22 days ago