Borrar filtros
Borrar filtros

xml output for matlab.unittest results

2 visualizaciones (últimos 30 días)
Till Rahlf
Till Rahlf el 26 de Dic. de 2013
Editada: Swati Tiwari el 4 de Sept. de 2015
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

Respuestas (2)

Swati Tiwari
Swati Tiwari el 4 de Sept. de 2015
Editada: Swati Tiwari el 4 de Sept. de 2015
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!

Andy Campbell
Andy Campbell el 9 de Abr. de 2014
Editada: Andy Campbell el 9 de Abr. de 2014
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!

Categorías

Más información sobre Run Unit Tests en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by