Skip to main content



      Home
Home » Eclipse Projects » RCP Testing Tool » How to add custom reporting in rcptt?
How to add custom reporting in rcptt? [message #1814158] Thu, 05 September 2019 01:50 Go to next message
Eclipse UserFriend
Tried by extending the rcptt.reportRenderer extension and created a plugin. Exported it as a .jar file and trying to compile RCPTT Runner along with this plugin, but it gives version errors.


Can you share a documentation or steps on how to effectively add custom report renderer and execute tests with it?

[Updated on: Thu, 05 September 2019 01:51] by Moderator

Re: How to add custom reporting in rcptt? [message #1824260 is a reply to message #1814158] Sat, 11 April 2020 05:24 Go to previous messageGo to next message
Eclipse UserFriend
I would recommend you to use maven. You will easily be able to generate the reporting plugin jar. You just need to add all required dependencies taking into account the version of RCPTT you are using.

In order to use the custom reporting plugin, just copy the jar file into the plugins directory of Test Runner.
Re: How to add custom reporting in rcptt? [message #1826061 is a reply to message #1824260] Fri, 17 April 2020 22:53 Go to previous messageGo to next message
Eclipse UserFriend
Could you please paste a snippet of the maven file that does this ? Would be helpful. Thanks.
Re: How to add custom reporting in rcptt? [message #1826145 is a reply to message #1826061] Mon, 20 April 2020 04:08 Go to previous message
Eclipse UserFriend
You can have a look at this example: https://github.com/hichlab/rcptt-reporting

I implemented a simple XML report generator that can be used as a reference to create your own reports.

[Updated on: Fri, 24 April 2020 11:04] by Moderator

Previous Topic:Is it possible to handle runtime aut
Next Topic:Problem RCPTT with natTable for find my data
Goto Forum:
  


Current Time: Sat Apr 26 17:48:44 EDT 2025

Powered by FUDForum. Page generated in 0.02909 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top