Ask a Question

Add an event for Report post-processing

Add an event for Report post-processing

The need

In ReadyAPI there are nice options of reporting, however there is missing any function to do report post-processing.

The post-processing needs are:

  • to send a report via email
  • put the report into a storage
  • create a Jira item etc.

Currently the report files are just 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 reporting options (it is executed before the reports are finished, not after), i.e. for report pre-processing. On the project level there is no such option.

 

Solution proposal

A good place to execute specific actions are the events. But there is no "ReportListener.afterReport" event. 

Please add a new event ReportListener.afterReport which will be triggered after any report is finished by testrunner. 

Such event will be used by Groovy scripts to do the report post-processing.

 

Announcements
Welcome to the ReadyAPI Feature Requests board!

Here you can review submitted feature requests and vote up the ones you like! If you can't find the feature you want - go ahead and suggest your own idea. Ideas with the highest rating can be implemented in the product.

Check out the Create a Feature Request guide for more information.
New Here?
Welcome to the Community
Sign Up Here