Readme.md in parallel_tests-0.11.1 vs Readme.md in parallel_tests-0.11.2

- old
+ new

@@ -3,11 +3,11 @@ [upgrading from 0.6 ?](https://github.com/grosser/parallel_tests/wiki/Upgrading-0.6.x-to-0.7.x) Setup for Rails =============== -[RailsCasts episode #413 Fast Tests](http://railscasts.com/episodes/413-fast-tests) +[RailsCasts episode #413 Fast Tests](http://railscasts.com/episodes/413-fast-tests) [still using Rails 2?](https://github.com/grosser/parallel_tests/blob/master/ReadmeRails2.md) ### Install If you use RSpec: ensure you got >= 2.4 @@ -137,10 +137,28 @@ If installed as plugin: -I vendor/plugins/parallel_tests/lib --format progress --format ParallelTests::RSpec::FailuresLogger --out tmp/failing_specs.log +Cucumber: FailuresLogger +----------------------- + +This logger logs failed cucumber scenarios to the specified file. The filename can be passed to cucumber, prefixed with '@' to rerun failures. + +Usage: + + cucumber --format ParallelTests::Cucumber::FailuresLogger --out tmp/cucumber_failures.log + +Or add the formatter to the `parallel:` profile of your `cucumber.yml`: + + parallel: --format progress --format ParallelTests::Cucumber::FailuresLogger --out tmp/cucumber_failures.log + + +To rerun failures: + + cucumber @tmp/cucumber_failures.log + Setup for non-rails =================== gem install parallel_tests # go to your project dir parallel_test test/ @@ -261,9 +279,10 @@ - [Joseph Shraibman](https://github.com/jshraibman-mdsol) - [David Davis](https://github.com/daviddavis) - [Ari Pollak](https://github.com/aripollak) - [Aaron Jensen](https://github.com/aaronjensen) - [Artur Roszczyk](https://github.com/sevos) + - [Caleb Tomlinson](https://github.com/calebTomlinson) [Michael Grosser](http://grosser.it)<br/> michael@grosser.it<br/> License: MIT