Testfx: Framework Extension points

Created on 9 Jul 2019  路  3Comments  路  Source: microsoft/testfx

Hi,

Are their any framework extension points for reporting purposes?
Or are thier any plans to create such extension points like NUnit event listeners? Can't find any related documentation.

Thank you

question

All 3 comments

We have extension points from the test platform that you can use to achieve this: https://github.com/microsoft/vstest-docs/blob/master/docs/extensions/datacollector.md
Is this something that will help you?

Hi @kaadhina !

Thank you, I was not able to find this documentation. I'll give it a try. Basically I need to capture test results and test data (like test output) in real-time mode.

Yes, this should help you achieve that. Feel free to get back if it does not. Closing this for now. Thank you!

Was this page helpful?
0 / 5 - 0 ratings