spekt / xunit.testlogger

XUnit logger for vstest platform
MIT License
73 stars 15 forks source link

Generate report everytime tests are run from within visual studio #19

Closed farhad-taran closed 5 years ago

farhad-taran commented 5 years ago

Is it possible to not have to use the command line approach and automatically generate reports whenever developers run the tests from within visual studio?

codito commented 5 years ago

@ftaran suggest to check with https://github.com/Microsoft/vstest, it may be possible to configure a test logger in runsettings and use the runsettings in VS IDE.