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

Support uploading test results XML to AppVeyor #908

Closed
robertcoltheart opened this issue May 20, 2016 · 0 comments
Closed

Support uploading test results XML to AppVeyor #908

robertcoltheart opened this issue May 20, 2016 · 0 comments
Labels
Milestone

Comments

@robertcoltheart
Copy link
Contributor

AppVeyor supports displaying test results in the UI in a user-friendly way. However it only seems to do this when AppVeyor is in charge of running the tests, via configuration of the appveyor.yml file.

If we run tests using Cake, it would be nice to be able to have AppVeyor recognise the test results and display them in its UI.

To do that, it seems the API route is the accepted way of doing this: http://www.appveyor.com/docs/running-tests#uploading-xml-test-results

Adding a method to IAppVeyorProvider to do that seems like the best approach here, no?

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

No branches or pull requests

4 participants