Forum Discussion
Can't the ReadyAPI tool does this out of the box (might need some configuration)?
By the way, are you hosting the test result / report into some web server ? How are you doing this part?
nmrao ,
as far as I know there is no function to send a report automatically in ReadyAPI.
In ReadyAPI there are nice options of reporting, however I am not aware of any way to execute a follow-up action. In the end the report files are placed in the output directory.
On TestCase and TestSuite level there are Report script holders, but the purpose of the script is to extend the scripting options (i.e. is executed before the reports are finished, not after). on project level there is nothing.
A good place to execute specific actions are the events. But here there is no "TestRunListener.afterReport" event. The closest available is TestRunListener.afterRun, but at that time report isn't created yet. But you can take the TestRunner's result data, process them and send them via Groovy.
So, the follow-up action to take the standard report, put it somewehre and send a notification has to be done externally, e.g. from the CI/CD pipeline.
This might be a good point for a reature request.
Best regards,
Karel
- KarelHusa3 years agoChampion Level 1
- nmrao3 years agoChampion Level 3
Thanks for that KarelHusa
Have used SoapUI Open Source with Apache Ant to execute and generate Junit html style report. Don't remember about email. However, it is possible to send mail from build.xml.
Of course, the above is run from command line and the same ant targets can be called from Jenkins job as well.
- Shubham7723 years agoNew Contributor
Hi...need help related to same topic..Want to send the email with report generated after project run is Completed...how can it be done...any possible script or solution?
Apache Ant to execute and generate Junit html style report.is Script available for this?
Related Content
- 4 years ago
- 4 years ago
- 3 years ago
- 5 years ago
Recent Discussions
- 6 days ago
- 10 days ago