Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
akania committed Jun 18, 2014
1 parent 24c87ee commit 7842680
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ a tests written in [Gherkin](https://github.com/cucumber/cucumber/wiki/Gherkin)

### Features

- load feature files
- load step definition for every feature file automatically
- loads feature file(s)
- loads step definition for every feature
- loads background step(s) for a feature
- loads world defition via helper method in step
- execute tests using cucumber-js library
- report missing feature files and missing world, step & background definition files ( console )
- build-in reporters ( HTML , console )
Expand All @@ -25,6 +27,7 @@ a tests written in [Gherkin](https://github.com/cucumber/cucumber/wiki/Gherkin)
- runner is able to run one/multiple features
- runner supports (configurable) timeouts after which step will automatically fail [issue](https://github.com/cucumber/cucumber-js/pull/192)
- runner supports tags in scenario outlines [issue](https://github.com/cucumber/cucumber-js/pull/197)
- step callback can be called only once [issue](https://github.com/cucumber/cucumber-js/pull/199)

#### Runner HTML UI
- list all features, scenarios, steps, tags, data tables and more...
Expand Down

0 comments on commit 7842680

Please # to comment.