Cucumber + parallel_tests. HTML results?
问题 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 Cucumber with embedded screenshots of failed scenarios. Cucumber creates reports as a single HTML file with all the features. But with parallel_tests, this HTML file is overwritten with the last called Cucumber process and thus incomplete. Is it possible to generate several HTML reports or generate HTML reports per features file?