Hi,
I would like to introduced allure_test_formatter
, the Allure test report for ExUnit using ExUnit Test Formatter. The usage is simple, just add the library to your application and set --formatter AllureTestFormatter
when executing ExUnit via mix test
.
You can see the source at
Or see the latest version at allure_test_formatter | Hex.
If you have any issue, feel free to open an issue on the repository or comment it here. Thank you!