Test::BDD::Cucumber and `prove`
Thanks to some sterling work by ehuelsmann, not least of which was badgering me to commit some code, Test::BDD::Cucumber now integrates directly into prove. This means you can run your feature files in parallel, and in a shuffled order more easily. This is a bit of a mouthful to achieve:
prove -s -j 5 -r --source Feature --feature-option extensions=.feature --ext=.feature examples/
and any suggestions on how to make that a little easier gratefully received.
Leave a comment