HTML Reporting for Elixir ExUnit tests

Hi Team,

we are planning to have HTML reporting for the ExUnit Tests. Can you please suggest some good libraries using which we can achieve that?

Thanks,
Venkatesh

It may be easy enough to just implement a basic ExUnit.Formatter and then just evolve it over time. I’m not sure how detailed you want the reporting, so it is hard to suggest libraries for anything.

1 Like