Skip to content

Releases: testxio/testx-http-keywords

0.14.5

04 Apr 09:30

Choose a tag to compare

  • Correctly fail on HTTP errors (do not resolve after rejecting on error)

0.14.3

19 Oct 10:54

Choose a tag to compare

  • 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

Choose a tag to compare

  • Remove carriage return in response body (windows services)

0.14.1

02 Oct 11:11

Choose a tag to compare

  • Improved JsonPath support for object comparison.

0.14.0

02 Aug 06:34

Choose a tag to compare

Added the ability to send PATCH and HEAD requests.

0.13.1

17 May 06:59

Choose a tag to compare

  • FIX: Allow for attributes, i.e. charset, in Content-Type response header.

0.13.0

16 May 13:13

Choose a tag to compare

  • Added support for XPath checks.

0.12.0

05 Apr 09:59

Choose a tag to compare

  • Added handling of non-JSON requests via the body argument.

0.11.1

05 Apr 08:21

Choose a tag to compare

  • Fixed incorrect passing of method via the "method" argument.

0.11.0

04 Apr 11:33

Choose a tag to compare

  • 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.