Skip to content

Commit

Permalink
ISS-244 # README for http status
Browse files Browse the repository at this point in the history
  • Loading branch information
authorjapps committed Jun 7, 2019
1 parent 3a6937b commit 845e68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Zerocode is used by many companies such as Vocalink, HSBC, HomeOffice(Gov) and [

It is a light-weight, simple and extensible open-source framework for writing test intentions in simple JSON format that facilitates both declarative configuration and automation. The [framework manages](https://github.com/authorjapps/zerocode/wiki/What-is-Zerocode-Testing) the step-chaining, request payload handling and response assertions at the same time, same place using [JSON Path](https://github.com/json-path/JsonPath/blob/master/README.md#path-examples).

For example, if our REST API returns the following from URL "`https://localhost:8080/api/customers/123`"
For example, if our REST API returns the following from URL "`https://localhost:8080/api/customers/123`" with status `200`,
```javaScript
{
"id": 123,
Expand Down

0 comments on commit 845e68d

Please sign in to comment.