Generate Reports
Last updated
Was this helpful?
Last updated
Was this helpful?
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 .
You can provide the loggers using the RunSettings like this:
You can find more information .