I am currently trying to implement parallel_tests for our Cucumber + Watir-WebDriver acceptance tests. How great is that.
However, we are used to good Cucumber HTML reports with built-in screenshots of failed scripts. Cucumber generates reports as one HTML file with all the features. But with parallel_tests, this HTML file is overwritten by the last Cucumber process and therefore is incomplete.
Can I create multiple HTML reports or generate HTML reports for each function file?
source share