Page 1 of 1

FR: Ranorex report viewer to display only failed TCs

Posted: Wed Dec 15, 2010 1:46 am
by slavikf
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.

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

Posted: Wed Dec 15, 2010 11:34 am
by Support Team
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