Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
-Added description for executable option
-Minor typo fix
  • Loading branch information
s9tpepper committed Apr 1, 2013
1 parent e120151 commit 3e25e84
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# grunt-cucumber-js

> Run all you your cucumber features through Grunt.
> Run all your cucumber features through Grunt.
**Warning:** This task requires a Grunt version of at least `0.4.0`.

Expand Down Expand Up @@ -60,6 +60,7 @@ by a comma, which represents logical OR. Example:

#### format
Type: `String`

Default: `''`

How to format features (default: progress).
Expand All @@ -69,6 +70,19 @@ Available formats:
* json : prints the feature as JSON
* summary : prints a summary only, after all scenarios were executed

#### executable
Type: `String`

Default: `'cucumber'`

Used to set the path to Cucumber.js's `lib/cucumber.js`
file if you don't want to load it from the `npm_modules`
directory using `require('cucumber')`. Useful for running
customized versions of Cucumber.js for a specific project.

Example: `executable: "../../custom_libs/cucumberjs/lib/cucumber.js"`


### Usage Examples


Expand Down

0 comments on commit 3e25e84

Please sign in to comment.