[
https://issues.apache.org/jira/browse/HADOOP-12372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Travis Thompson updated HADOOP-12372:
-------------------------------------
Description:
rspec already supports junit format with a plugin, just run like this:
{noformat}
rspec -f JUnit -o results.xml
{noformat}
This will allow any generic rspec to work as well as chefspec (chef unit
testing). This will also soon allow for kitchen test (chef functional testing)
to work as well (it's also using rspec, but currently isn't configurable, see:
https://github.com/test-kitchen/busser-serverspec/issues/9)
was:
rspec already supports junit format with a plugin, just run like this:
{noformat}
rspec -f JUnit -o results.xml
{noformat}
This will allow any generic rspec to work as well as chefspec (chef unit
testing). This will also soon allow for kitchen test to work as well (it's
also using rspec, but currently isn't configurable, see:
https://github.com/test-kitchen/busser-serverspec/issues/9)
> Add support for rspec with junit
> --------------------------------
>
> Key: HADOOP-12372
> URL: https://issues.apache.org/jira/browse/HADOOP-12372
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: yetus
> Reporter: Travis Thompson
>
> rspec already supports junit format with a plugin, just run like this:
> {noformat}
> rspec -f JUnit -o results.xml
> {noformat}
> This will allow any generic rspec to work as well as chefspec (chef unit
> testing). This will also soon allow for kitchen test (chef functional
> testing) to work as well (it's also using rspec, but currently isn't
> configurable, see: https://github.com/test-kitchen/busser-serverspec/issues/9)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)