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
How can I get test results to log as they happen so I can find the failing test?
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
How can I get test results to log as they happen so I can find the failing test?
Copyright © 2021 Jogjafile Inc.
Turns out this is more a dotnet cli question, since I'm running tests via
dotnet test
and the YoloDev.Expecto.TestSdk adapter.The answer is to add a simple logger argument