Expecto: log individual test statuses

Viewed 34

I've got a test that occasionally flakes and crashes my test process. However, I can't figure out which test is causing the failure. The only output I get is

Console output

How can I get test results to log as they happen so I can find the failing test?

1 Answers
Related