Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Circle CI test format #1882

Closed
omerlh opened this issue Jan 15, 2019 · 1 comment
Closed

Add support for Circle CI test format #1882

omerlh opened this issue Jan 15, 2019 · 1 comment

Comments

@omerlh
Copy link

omerlh commented Jan 15, 2019

Circle CI has support for parsing test results. The test result should be reported as XML in nunit format. Is this is something that xunit can support? I saw old post suggesting using dotnet test -xml but this is not working anymore...

@bradwilson
Copy link
Member

Unfortunately, we do not control the output of dotnet test. You have to do that with a VSTest plugin. You should request this feature from the VSTest team. https://github.com/Microsoft/vstest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants