ExUnit supports multiple formatters so the best option to customize said behavior is by adding your own custom formatters. For example, you can have a formatter in which its only job is to print the summary at the end.
On Tue, Aug 6, 2019 at 12:10 Ivan Ivanov <[email protected]> wrote: > I propose to add an option similar to `--slowest`. If this new option is > passed when the tests finish running a list of the failed tests will be > printed. > > For example, this is going to be useful for the project I'm currently > working on. It has a lot of tests and uses the `--slowest` option in the > CI(`--slowest` automatically sets `--trace`). When this is done the output > of the test is very long and locating the fails requires scrolling and > manually locating the failed tests. I see value in such an option even > without having `--trace` enabled. > > -- > You received this message because you are subscribed to the Google Groups > "elixir-lang-core" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elixir-lang-core/b6226e72-1a5f-49fe-a3f7-199deced0c0b%40googlegroups.com > <https://groups.google.com/d/msgid/elixir-lang-core/b6226e72-1a5f-49fe-a3f7-199deced0c0b%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- *José Valim* www.plataformatec.com.br Skype: jv.ptec Founder and Director of R&D -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/CAGnRm4KU56HVu_ne0hsULy7GrixAa4%2BJs_PLuNAYuxoc6705bQ%40mail.gmail.com.
