Description
Hi,
I'm executing concordion tests using the gradle test task and it generates some junit xml reports like this one.
<?xml version="1.0" encoding="UTF-8"?> <testsuite name="calc.SumTest" tests="4" skipped="0" failures="0" errors="0" timestamp="2017-03-15T10:49:17" hostname="W196226B" time="0.009"> <properties/> <testcase name="[Outer]" classname="calc.SumTest" time="0.0"/> <testcase name="2 + 2" classname="calc.SumTest" time="0.0"/> <testcase name="2 + (-2)" classname="calc.SumTest" time="0.006"/> <testcase name="1 + 0" classname="calc.SumTest" time="0.0"/> (...)
As you can see (in green) the test cases are named as the example in the specification but the testsuit's name (in red) contains the name of the Fixture.
II will be great if we also can set testsuite name.
Thanks in advance and best regards,
Quiqueman.