README.mdown in cukeforker-0.2.0 vs README.mdown in cukeforker-0.2.1
- old
+ new
@@ -5,19 +5,20 @@
[![Build Status](https://secure.travis-ci.org/jarib/cukeforker.png)](http://travis-ci.org/jarib/cukeforker)
Usage
=============
+
```ruby
# parallelize per feature
CukeForker::Runner.run Dir['features/**/*.feature'],
:max => 4 # number of workers
:out => "/path/to/reports", # output path
:format => :html # passed to `cucumber --format`,
:extra_args => %w[--extra arguments] # passed to cucumber,
:vnc => true # manage a pool of VNC displays, assign one per worker.
-
+
# parallelize per scenario, with one JUnit XML file per scenario.
CukeForker::Runner.run CukeForker::Scenarios.tagged(%W[@edition ~@wip])
:extra_args => %W[-f CukeForker::Formatters::JunitScenarioFormatter --out results/junit]
```
@@ -33,7 +34,7 @@
* Send me a pull request. Bonus points for topic branches.
Copyright
=========
-Copyright (c) 2011-2013 Jari Bakken. See LICENSE for details.
+Copyright (c) 2011-2014 Jari Bakken. See LICENSE for details.