Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kamszel committed Mar 12, 2018
1 parent 597a768 commit bc1e976
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,27 @@ Here is a simple example of how to send a GET request and validate json response

Features/Helpers
---
- Easily sending HTTP Requests, variety of http methods like post, get, put, delete, head, patch, purge, options, trace, connect
- easily send HTTP requests, variety of http methods like post, get, put, delete, head, patch, purge, options, trace, connect
- forms
- request headers
- basic HTTP authentication
- oAuth && oAuth2 authentication(in progress)
- oAuth & oAuth2 authentication (in progress)
- JSON response validation
- JSON Path body validation
- easily JSON body items and collection of items validation
- sets of http response code helpers like httpStatusOk, httpBadGateway etc.
- easily to use expression language
- iteration over body items
- values comparing (e.g. equalsTo, lessThan)
- string validation (e.g. startsWith, endsWith)
- custom validation via closure
- validation of JSON body items and collection of items
- sets of HTTP response code helpers like httpStatusOk, httpBadGateway etc.
- easy to use expression language
- iterating body objects
- values comparing (e.g. equalsTo, lessThan)
- string validation (e.g. startsWith, endsWith)
- custom validation via closure
- annotations describing tests
- measuring response time and tests statistics
- XML validation(in progress)
- easily system of tests environments
- json, html reporting system(in progress)
- cookies(in progress)
- proxy, ssl support(in progress)
- XML validation (in progress)
- test environments management
- JSON, HTML outputs for reporting system (in progress)
- handling HTTP cookies (in progress)
- proxy, SSL support (in progress)
- command for automatic generation of tests

Quick Start
Expand Down

0 comments on commit bc1e976

Please sign in to comment.