Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 05:50 Go to next message
Srimukhee sri is currently offline Srimukhee sriFriend
Messages: 4
Registered: July 2015
Junior Member
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 05:51]

Report message to a moderator

Re: How to add custom reporting in rcptt? [message #1824260 is a reply to message #1814158] Sat, 11 April 2020 09:24 Go to previous messageGo to next message
Hic Lab is currently offline Hic LabFriend
Messages: 4
Registered: April 2020
Junior Member
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] Sat, 18 April 2020 02:53 Go to previous messageGo to next message
raghu ns is currently offline raghu nsFriend
Messages: 7
Registered: May 2019
Junior Member
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 08:08 Go to previous message
Hic Lab is currently offline Hic LabFriend
Messages: 4
Registered: April 2020
Junior Member
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 15:04]

Report message to a moderator

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


Current Time: Fri May 03 16:17:02 GMT 2024

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

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

Back to the top