|
Add support for QTestLib XML reports
------------------------------------ Key: JENKINS-11542 URL: https://issues.jenkins-ci.org/browse/JENKINS-11542 Project: Jenkins Issue Type: New Feature Components: plugin Reporter: sahumada Priority: Minor It would be nice to have support for QTestlib default's XML format rather than just xunitxml. http://doc.qt.nokia.com/5.0-snapshot/qtestlib-manual.html Implementation details can be found at: https://qt.gitorious.org/qt/qtbase/trees/master/src/testlib https://qt.gitorious.org/qt/qtbase/trees/master/tests/auto/testlib/selftests -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
[ https://issues.jenkins-ci.org/browse/JENKINS-11542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=156629#comment-156629 ] Samuel Stirtzel commented on JENKINS-11542: ------------------------------------------- It might be possible to use the XUnit plug-in for QTestlib with an undocumented xunit argument. For further informations look here: https://bugreports.qt.nokia.com/browse/QTBUG-14305 Regards > Add support for QTestLib XML reports > ------------------------------------ > > Key: JENKINS-11542 > URL: https://issues.jenkins-ci.org/browse/JENKINS-11542 > Project: Jenkins > Issue Type: New Feature > Components: plugin > Reporter: sahumada > Priority: Minor > > It would be nice to have support for QTestlib default's XML format rather than just xunitxml. > http://doc.qt.nokia.com/5.0-snapshot/qtestlib-manual.html > Implementation details can be found at: > https://qt.gitorious.org/qt/qtbase/trees/master/src/testlib > https://qt.gitorious.org/qt/qtbase/trees/master/tests/auto/testlib/selftests -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-11542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=156630#comment-156630 ] sahumada commented on JENKINS-11542: ------------------------------------ Yes, I am aware of it, that's why this is a *new* feature to use the *default* XML format. > Add support for QTestLib XML reports > ------------------------------------ > > Key: JENKINS-11542 > URL: https://issues.jenkins-ci.org/browse/JENKINS-11542 > Project: Jenkins > Issue Type: New Feature > Components: plugin > Reporter: sahumada > Priority: Minor > > It would be nice to have support for QTestlib default's XML format rather than just xunitxml. > http://doc.qt.nokia.com/5.0-snapshot/qtestlib-manual.html > Implementation details can be found at: > https://qt.gitorious.org/qt/qtbase/trees/master/src/testlib > https://qt.gitorious.org/qt/qtbase/trees/master/tests/auto/testlib/selftests -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-11542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=156726#comment-156726 ] Samuel Stirtzel commented on JENKINS-11542: ------------------------------------------- Oh sorry, I misread that. Is the request about a separate plug-in or could a XSL file for XUnit cover it? > Add support for QTestLib XML reports > ------------------------------------ > > Key: JENKINS-11542 > URL: https://issues.jenkins-ci.org/browse/JENKINS-11542 > Project: Jenkins > Issue Type: New Feature > Components: plugin > Reporter: sahumada > Priority: Minor > > It would be nice to have support for QTestlib default's XML format rather than just xunitxml. > http://doc.qt.nokia.com/5.0-snapshot/qtestlib-manual.html > Implementation details can be found at: > https://qt.gitorious.org/qt/qtbase/trees/master/src/testlib > https://qt.gitorious.org/qt/qtbase/trees/master/tests/auto/testlib/selftests -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
| Powered by Nabble | Edit this page |

I came up with a basic XSL for the xUnit plugin. How can I contribute it upstream ?
I have it under $JENKINS_HOME/userContent/xUnit/QtTest/5.0.0/qttest-to-junit.xsl but I'd like to have it as part of Jenkins.