You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Travis Thompson (JIRA)" <ji...@apache.org> on 2015/09/01 19:38:46 UTC

[jira] [Created] (HADOOP-12372) Add support for rspec with junit

Travis Thompson created HADOOP-12372:
----------------------------------------

             Summary: 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
            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 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)