Forum Discussion
cryptton2004
8 years agoOccasional Contributor
Hi,
I'm using a similar setup (jenkins that triggers soapui suite) and I'm also interested in a similar solution. Did you manage to get the tests steps results in the generated report?
ripplegupta
8 years agoContributor
Its possible to get step level data/result/request during runtime only. So i had to use event handler of type "TestRunListener.afterStep". This event handler runs after every step and collect the data and use it basis my need.
Save the data in project variable in json format or something and after project run completes it processes it at once or in batches.