W3cubDocs

/Erlang 26
eunit_surefire
Surefire reports for EUnit (Format used by Maven and Atlassian Bamboo for example to integrate test results).

Surefire reports for EUnit (Format used by Maven and Atlassian Bamboo for example to integrate test results). Based on initial code from Paul Guyot.

Example: Generate XML result file in the current directory:

eunit:test([fib, eunit_examples],
           [{report,{eunit_surefire,[{dir,"."}]}}]).
Mickaël Rémond [email protected]

© 2010–2023 Ericsson AB
Licensed under the Apache License, Version 2.0.