Can I only file names and locations in ExUnit output?

Hi, I wonder if I can get ExUnit to show a more compact output listing only what tests failed and file location so I can quickly see only what tests have not passed. Because when a test fails I go to the specific test file to work on it. I tried reading ExUnit docs but could not find a switch.

1 Like

mix test has a --formatter option, check out this module as a start: ExUnit.Formatter — ExUnit v1.12.1