Skip to content

Commit

Permalink
add features section
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Sep 18, 2015
1 parent 07e1e5d commit 9ac276a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Expand Up @@ -11,6 +11,23 @@ npm i voala --save
```


## Features
- extremely small, fast and lightweight
- before, after, before each, after each hooks
- support generators, promises and callbacks - out of the box
- series, settle series, parallel and settle parallel flows (settle means that it won't stop on first failure)
- test coverage reporting - out of the box
- javascript API for running tests
- command-line API for running multiple files using globs
- proper exit status
- highlights slow tests
- skipping (not showing on the list) and pending (showing without execution) tests
- prevent multiple calls to done() out of the box
- use any assertion library you want, one built-in
- extensible custom reporters, one built-in - mocha's spec
- meaningful error outputs (and showing stacktraces through option)


## Usage
> For more use-cases see the [tests](./test.js)
Expand Down

0 comments on commit 9ac276a

Please sign in to comment.