Releases: testxio/testx-http-keywords
Releases · testxio/testx-http-keywords
0.14.5
04 Apr 09:30
Compare
Sorry, something went wrong.
No results found
Correctly fail on HTTP errors (do not resolve after rejecting on error)
0.14.3
19 Oct 10:54
Compare
Sorry, something went wrong.
No results found
FIX: For expected response and expected response regex arguments the response body should not be parsed to JSON even if the response content type is application/json .
0.14.2
02 Oct 11:42
Compare
Sorry, something went wrong.
No results found
Remove carriage return in response body (windows services)
0.14.1
02 Oct 11:11
Compare
Sorry, something went wrong.
No results found
Improved JsonPath support for object comparison.
0.14.0
02 Aug 06:34
Compare
Sorry, something went wrong.
No results found
Added the ability to send PATCH and HEAD requests.
0.13.1
17 May 06:59
Compare
Sorry, something went wrong.
No results found
FIX: Allow for attributes, i.e. charset, in Content-Type response header.
0.13.0
16 May 13:13
Compare
Sorry, something went wrong.
No results found
Added support for XPath checks.
0.12.0
05 Apr 09:59
Compare
Sorry, something went wrong.
No results found
Added handling of non-JSON requests via the body argument.
0.11.1
05 Apr 08:21
Compare
Sorry, something went wrong.
No results found
Fixed incorrect passing of method via the "method" argument.
0.11.0
04 Apr 11:33
Compare
Sorry, something went wrong.
No results found
Added ability to send PUT requests
It is now possible to provide the request method as an argument:
- send http request
method : post
....
Using send http request without a method argument defaults to a GET request.