google test xunit-style results
I'm trying out a build/test that uses google test here:
https://ci.appveyor.com/project/mwiebe/libdynd/build/1.0.2
It's calling google test with the option to generate xunit-style output, "test_libdynd.exe --gtest_output=xml:../test_results.xml", how do I tell appveyer about the test result xml file?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 18 Jun, 2014 07:52 PM
Well, there is no built-in parser for xUnit XML results. AppVeyor uses patched xunit console runner and Build Worker API to push test results: http://www.appveyor.com/docs/build-agent-api
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:45 AM.