eunit_surefire
MODULE
eunit_surefire
MODULE SUMMARY
Surefire reports for EUnit (Format used by Maven and Atlassian
Bamboo for example to integrate test results).
DESCRIPTION
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,"."}]}}]).
EXPORTS
handle_begin(X1, Data, St) -> term()
handle_cancel(X1, Data, St) -> term()
handle_end(X1, Data, St) -> term()