I currently try to implement parallel_tests for our Cucumber + Watir-WebDriver acceptance tests. As far it goes great.
However, we got used to nice HTML reports from
Put
default: --format html --out report<%= ENV['TEST_ENV_NUMBER'] %>.html
in ./config/cucumber.yml. Whey you run the tests, you will find report.html, report2.html (...) files in project root.
./config/cucumber.yml
report.html
report2.html