3

每当有多个失败时,我发现很难滚动查看详细输出并找到失败的测试。

有没有办法在测试套件运行结束时列出所有失败的测试?

实际的

Finished in 12.9 seconds
2 doctests, 241 tests, 6 failures

Randomized with seed 793406

预期的

Finished in 12.9 seconds
2 doctests, 241 tests, 3 failures

- test/chat/foo/some_test.exs:111
- test/web/baz/another_test.exs:25
- test/api/yet_another_test.exs:58

Randomized with seed 793406
4

0 回答 0