FR: Ranorex report viewer to display only failed TCs

Bug reports.
User avatar
slavikf
Posts: 104
Joined: Mon Sep 13, 2010 9:07 pm
Location: Toronto, Canada
Contact:

FR: Ranorex report viewer to display only failed TCs

Post by slavikf » Wed Dec 15, 2010 1:46 am

FeatureRequest: Ranorex report viewer to have option to display only failed TCs.

I have long test script, and output report getting very long (and will get longer). So, it can be not easy to find failed TCs.
Please, add ability to display only failed validations.

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: FR: Ranorex report viewer to display only failed TCs

Post by Support Team » Wed Dec 15, 2010 11:34 am

Hi,

you can change the report level from Info to Failure with following code:

in Program.cs:
...
Report.Setup(ReportLevel.Failure, logFileName, true);
...
Kind regards,
Tobias
Support Team