Skip to content

Commit

Permalink
added each hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Kliment committed Apr 1, 2015
1 parent bb87650 commit 434a69b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ Details of Hooks usage are described in [Dredd Hooks documentation](docs/hooks.m

Here is a short list of some hooks features

- `before`, `after`, `beforeAll`, `afterAll` events to be called before/after (all) transactions performed by Dredd
- _synchronous_ or _asynchronous_ validation (opens possibilities to retrieve data during test run)
- `before`, `after`, `beforeAll`, `afterAll`, `beforeEach` and `afterEach` events to be called before and after transactions performed by Dredd
- _synchronous_ or _asynchronous_ evaluation (opens possibilities to retrieve data during test run)
- programatically `fail` or `skip` a transaction
- advanced usage can be e.g. to append _query-parameter(s)_ before a transaction is tested (you can do any other change to it)

Expand Down

0 comments on commit 434a69b

Please sign in to comment.