xml output for matlab.unittest results
1 次查看(过去 30 天)
显示 更早的评论
Hi,
other xunit frameworks provide an xml file generation for the test results.
E.g. the cppunit has a XmlOutputter class.
Is there a matlab class, which generates an xml file for matlab.unittest results?
It would be great, if the generated xml file is readable by Jenkins software.
Thanks
0 个评论
回答(2 个)
Swati Tiwari
2015-9-4
编辑:Swati Tiwari
2015-9-4
In R2015b, MATLAB has included a plugin for the matlab.unittest.TestRunner which produces test results in the JUnit-style XML format which can be integrated into continuous integration systems like Jenkins.
Hope that helps!
0 个评论
Andy Campbell
2014-4-9
编辑:Andy Campbell
2014-4-9
In R2014a, MATLAB has included a plugin for the matlab.unittest.TestRunner which produces a TAP stream. This TAP stream can be used with a CI plugin in order to enable integration with continuous integration systems like Jenkins or TeamCity.
Hope that helps!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Structures 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!