You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The libcheck manual describes how to generate alternative output, e.g. XML. But there is no information how to integrate such reports with CI servers like Jenkins.
Does the CI server support TAP? I've used Jenkins' TAP plugin for a few projects before and found it useful. As Check supports TAP, this may be an easier route than an XML solution. It may not provide all the information XML may, however.
I am not really an expert on CI servers or their configuration. If you were able to write-up what you know and contribute it to Check's manual it would be appreciated.
The libcheck manual describes how to generate alternative output, e.g. XML. But there is no information how to integrate such reports with CI servers like Jenkins.
See also Catch's take on this topic.
To better integrate some libcheck based testsuites into Jenkins, I've created a small script to convert the libcheck XML into JUnit compatible XML as understood by the JUnit Jenkins plugin.
The text was updated successfully, but these errors were encountered: