Hello,
Yes, I’m using /runtests in a command line build step to execute the tests, and I have the XML output. I don’t expect that they would be automatically exported to TFS. But I think the output format should be compatible with one of the formats that the “Publish Test Results” build step understands. https://docs.microsoft.com/en-us/vsts/pipelines/tasks/test/publish-test-results?view=vsts. Better still, a command line parameter to select the test result output schema (the current proprietary one or JUnit for example).
Are there plans to support the standard unit test result formats?
If there are plans do you have a rough timeline?
That would help me decide if I want to put the time into a custom test results converter, as you suggest above.
Thanks,
Dave