MarcovS's avatar
MarcovS
Contributor
8 years ago
Status:
New Idea

Sequence in JUnit-Style HTML Report

I want to change the order of executed TestSuites that I see in my "JUnit-Style HTML Report".

 

The sequence of TestSuites I see in the generated report is no the same as the real executed sequence in my project. The order in the report is alphabetical, not chronological.

 

I use it in a commandfile like this:

 

"C:\Program Files\SmartBear\ReadyAPI-1.7.0\bin\testrunner.bat" "D:\xxx\" -E "Test" -f %ReportLocation% -R "JUnit-Style HTML Report"

 

No CommentsBe the first to comment