machine / machine.specifications

Machine.Specifications is a Context/Specification framework for .NET that removes language noise and simplifies tests.
MIT License
885 stars 178 forks source link

machine.vstestadapter xml output #331

Closed ryudice closed 7 years ago

ryudice commented 7 years ago

Is there a way to get XML output to a file when executing the tests using "dotnet test"?

ivanz commented 7 years ago

You should be able to use--logger:trx. It's not mspec specific, but vstest engine output, so there may be other suitable outputs for your use case in the docs.