You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
Hi there,
I'm trying to add a custom log collector to our tests and I'm not able to get the collector recognized. It very simply just collects failed test cases and prints them out at the end.
I've followed the examples found over at analyize.md and have the following:
You are also providing test adapter path to a .cs file. But that is not how it works. Your path should be to a directory, that contains your *Collector.dll. Or if placed right next to your test assembly it will be picked up automatically (this is how testadapter like mstest.testadapter.dll get picked up).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
I'm trying to add a custom log collector to our tests and I'm not able to get the collector recognized. It very simply just collects failed test cases and prints them out at the end.
I've followed the examples found over at analyize.md and have the following:
and my
.runsettings
file looks like this:When I run the tests with
dotnet test --collector LogCollector
I'm faced with the error:Does anyone have any insight into how I can get the data collector to be picked up by the test runner?
Thanks!
The text was updated successfully, but these errors were encountered: