Re: Define a standard for test reports

2019-04-13 Thread Tibor Digana
As I have understood junit5 users, XML should have an additional
information (an attribute) describing Display Name for the XML attribute
"testcase.classname", "testcase.name" and "testsuite.name".

On Sat, Apr 13, 2019 at 2:43 PM Christian Stein  wrote:

> Hi Maven devs, especially Maven Surefire people,
>
> you're both invited and very welcome to participate in
> defining "a standard for test reports" at [1].
>
> TLDR:
> The goal here is to have a common format which
> testing frameworks and build tools can understand,
> so that, for example, JUnit (producer) can write the
> test report in this common format, and then Jenkins
> (consumer) can read it and display in its web UI in
> HTML or whatever other form is desired.
>
> Cheers,
> Christian
>
> [1] https://github.com/ota4j-team/opentest4j/issues/9
>


Define a standard for test reports

2019-04-13 Thread Christian Stein
Hi Maven devs, especially Maven Surefire people,

you're both invited and very welcome to participate in
defining "a standard for test reports" at [1].

TLDR:
The goal here is to have a common format which
testing frameworks and build tools can understand,
so that, for example, JUnit (producer) can write the
test report in this common format, and then Jenkins
(consumer) can read it and display in its web UI in
HTML or whatever other form is desired.

Cheers,
Christian

[1] https://github.com/ota4j-team/opentest4j/issues/9