Where is the ExUnit manifest file stored?

After a long test run with many tests I would like to check which ones failed, without scrolling through the logs.

I see that there is the following function

ExUnit.Filters.failure_info(manifest_file)

but where is the manifest file storing the test failures?

I am using Elixir 1.10.2

1 Like