How to use "Run order" in Junit tab of build info
Accepted answer
2 other answers
Have you published your JUnit test results to the build result using the
JUnitLogPublisherTask provided by the build toolkit? If so...there should
be nothing special you need to do. That column should automatically contain
a run order value as you expand the test suites and test classes on the
JUnit tab in the build result editor. The top level suites won't contain a
run order value. The default order they are listed in is the run order.
Don Weinand
Jazz Team Build
"MarkoT" <Marko> wrote in
message news:g650ku$nt6$1@localhost.localdomain...
JUnitLogPublisherTask provided by the build toolkit? If so...there should
be nothing special you need to do. That column should automatically contain
a run order value as you expand the test suites and test classes on the
JUnit tab in the build result editor. The top level suites won't contain a
run order value. The default order they are listed in is the run order.
Don Weinand
Jazz Team Build
"MarkoT" <Marko> wrote in
message news:g650ku$nt6$1@localhost.localdomain...
Hello
I have set up an automated build+test.
Everything is working but I would like to see the order of the
executed tests. For that a column "Run order" is visible in
the JUnit tab of the build.
What do I need to run to fill that column?
Greetings Marko