Generate Reports
From Command-line
When you run VSTest from the command line, you can generate a trx report using the /Logger:trx
option, as follows:
You can find more information on how to get the different loggers here.
You can use multiple loggers at the same time:
From RunSettings
You can provide the loggers using the RunSettings like this:
You can find more information here.
Last updated