❔ Real-Time MSTest Reporter
I'm wanting to write a custom, real-time reporter for MSTest. Is there a formal API for hooking into the report lifecycle? If so, where are the docs located? Any examples of this kind of thing?
4 Replies
Hooks I'm looking for…OnTestBegin, OnTestEnd, etc.
I've found the magic to google "VSTest custom logger", like https://github.com/JakeGinnivan/VSTest.TeamCityLogger/blob/master/VSTest.TeamCityLogger/MulticastLogger.cs
GitHub
VSTest.TeamCityLogger/MulticastLogger.cs at master · JakeGinnivan/V...
Enables TeamCity to display output when tests are run through VSTest.console.exe - VSTest.TeamCityLogger/MulticastLogger.cs at master · JakeGinnivan/VSTest.TeamCityLogger
GitHub
vstest/TestLoggerEvents.cs at main · microsoft/vstest
Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console. - vstest/TestLoggerEvents.cs at main · microsoft/vstest
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.