-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Be able to list all test results in AssemblyCleanup #4763
Comments
Hi @nir-boger, It makes sense to me but I am not sure when we would be able to provide this feature. |
@Evangelink , can you think on another way I can get this info? Do I have other options? |
This seems like a logger / reporter job to me. At least for MTP, where having an implicit extension consuming the data is easy. And does not require the user to always specify |
Which platform are you using so I can dig out an example for you? vstest or testing platform? |
vstest |
@nir-boger I can only strongly encourage you to move over to Microsoft.Testing.Platform. Here is an example of how you could build an extension to get notified about test updates: https://github.com/microsoft/testfx/tree/main/samples/public/mstest-runner/CustomReportExtension |
Summary
Background and Motivation
We have an internal system capturing statistics of our test results. We would like to report them during the test execution
Proposed Feature
Alternative Designs
The text was updated successfully, but these errors were encountered: