Empty xUnit transformation after upgrading to 7.0 [SOLVED]

Ask general questions here.
Taron
Posts: 2
Joined: Tue Apr 11, 2017 1:43 pm

Empty xUnit transformation after upgrading to 7.0 [SOLVED]

Post by Taron » Tue Apr 11, 2017 1:49 pm

Hi there,

We are in the process of upgrading to Ranorex 7.0 and encountered a problem.
We use the report to xUnit transformation from this repository:
github.com/ranorex/Ranorex-To-XUnit
and it worked fine with 6.2.1 but now reports a Warning:

Code: Select all

All test reports are empty.
This probably due to the new report format 7.0 introduced. Is there any news for a updated transformation, since we need it for our CI system.
Last edited by Taron on Tue Apr 18, 2017 12:58 pm, edited 1 time in total.

McTurtle
Posts: 297
Joined: Thu Feb 23, 2017 10:37 am
Location: Benedikt, Slovenia

Re: Empty xUnit transformation after upgrading to 7.0

Post by McTurtle » Fri Apr 14, 2017 10:09 am

Hello Taron,

Using the Ranorex-To-XUnit transformation should no longer be necessary. The functionality is now built into Ranorex. The Ranorex-To-XUnit no longer works since the report structure has changed.

You can read about how to activate it at the following link: http://www.ranorex.com/support/user-gui ... tml#c16244

I hope this helps.

Regards,
McTurtle

Taron
Posts: 2
Joined: Tue Apr 11, 2017 1:43 pm

Re: Empty xUnit transformation after upgrading to 7.0

Post by Taron » Tue Apr 18, 2017 12:58 pm

Thanks McTurtle. It works perfectly!