Boost C++ Libraries: Ticket #8707: Provide Standard xUnit XML Output from Boost Test https://svn.boost.org/trac10/ticket/8707 <p> The xUnit XML output format is <em>the</em> de facto standard for unit test output. Virtually all tools that deal with automated unit tests, such as IDEs and Continuous Integration systems, are able to consume and parse xUnit test output. Boost Test does not currently provide an option to output xUnit-compatible XML output, opting instead for it's own dialect. This causes a lot of wasted effort for C++ developers that use Boost Test. Work-arounds abound. One need only search for '"boost test" xunit xml' to see the numerous issues and work-arounds lack of such support causes. </p> <p> Providing an option to generate xUnit XML output directly from Boost Test would immediately enhance its usefulness to the C++ development community. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8707 Trac 1.4.3 matthew.greenwood@… Fri, 27 Sep 2013 11:49:24 GMT <link>https://svn.boost.org/trac10/ticket/8707#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8707#comment:1</guid> <description> <p> I agree with this request. This addition would be very helpful. Another option would be to allow changes to the report XML format. Main additions that would also be helpful is to have the test duration time added to the report and also details for the successful and erroring tests in the report (currently only showed in the log, this means I have an extra step to merge the 2 xml files to get all the information I need). </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Raffi Enficiaud</dc:creator> <pubDate>Tue, 07 Jul 2015 09:19:51 GMT</pubDate> <title>owner, status changed https://svn.boost.org/trac10/ticket/8707#comment:2 https://svn.boost.org/trac10/ticket/8707#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Gennadiy Rozental</span> to <span class="trac-author">Raffi Enficiaud</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Raffi Enficiaud Thu, 11 Aug 2016 22:56:36 GMT milestone changed https://svn.boost.org/trac10/ticket/8707#comment:3 https://svn.boost.org/trac10/ticket/8707#comment:3 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.62.0</span> </li> </ul> Ticket Raffi Enficiaud Thu, 18 Aug 2016 00:43:20 GMT <link>https://svn.boost.org/trac10/ticket/8707#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8707#comment:4</guid> <description> <p> Junit logging is now possible, currently in develop and master (rev a8fa08b9b78516b78458ecb8b005d520a0c173f7) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Raffi Enficiaud</dc:creator> <pubDate>Thu, 29 Sep 2016 13:39:48 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/8707#comment:5 https://svn.boost.org/trac10/ticket/8707#comment:5 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Released in 1.62 </p> Ticket