MarcovS
9 years agoContributor
Sequence in JUnit-Style HTML Report
How can I 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. 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"