Consider custom xUnit test start/end logging
Open
Area\Tests
- Dominant language
- C#
- Stars
- 989
- Forks
- 340
- Avg merge
- 4d 19h
- Merged PRs (30d)
- 72
Description
The default xUnit console logger doesn't indicate when a test starts running, only when it completes. Consider using a custom xUnit test framework to emit start/end and warn on lon-running tests, as described here:
https://andrewlock.net/tracking-down-a-hanging-xunit-test-in-ci-building-a-custom-test-framework/
This would enhance our pipeline test output, making it easier to identify tests that hang or are running long.
Contributor guide
Assessment
This issue has not been assessed yet.