inspec/lib/plugins/inspec-reporter-junit
Clinton Wolfe 3651f85a7c Use methods to access RunData
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2020-06-11 16:46:04 -04:00
..
lib Use methods to access RunData 2020-06-11 16:46:04 -04:00
README.md Convert JUnit reporter to plugin, RunData is still Hash-based 2020-06-11 16:46:04 -04:00

junit reporter

This is the implementation of the junit XML reporter.

To Install This Plugin

This plugin is included with inspec. There is no need to install it separately.

What This Plugin Does

This reporter generates an XML report in Apache Ant JUnit format.

Implementation Note

This reporter uses the REXML XML generator, but may use more advanced XML systems for testing. This is to keep packaging requirements for CHef InSpec lightweight and free of compiled dependencies.