Skip to content

Commit

Permalink
Merge branch 'master' of github.com:apiaryio/dredd
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Kliment committed Oct 2, 2013
2 parents 8f22de5 + 0585416 commit ae326ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -15,10 +15,12 @@ Dredd is a command-line tool for testing API documentation written in [API Bluep
$ dredd blueprint.md http://api.myservice.tld

## Installation
Node.JS and NPM is required.
[Node.js][] and [NPM][] is required.

$ npm install -g dredd

[Node.js]: https://npmjs.org/
[NPM]: https://npmjs.org/
## API Blueprint testability
Dredd can test only API resources specified by *well defined transaction*. Any Non specific resources in the Blueprint e. g. with URI template or query parameters without default or example values are considered as *ambiguous transaction* thus they are resulting in a *warning* during the test run and are skipped.

Expand Down

0 comments on commit ae326ff

Please sign in to comment.