Skip to content

Version 0.3 (Beta)

Pre-release
Pre-release
Compare
Choose a tag to compare
@KPull KPull released this 06 Nov 10:41
· 133 commits to master since this release

Version 0.3 release adds the following features:

  • #27: StatusCodeAssertions which takes a set of expected response status codes. The assertions pass if the actual response status code is one of those expected.
  • #30: The HTTP request/response content (including headers) will be output to the console when a Bastion request fails or does not pass its assertions.
  • #40: ignoreOrderForArrayProperties() for JsonResponseAssertions which will ignore the element ordering in JSON arrays. The assertion will still check that the array exists and that all the expected values in the array have been returned. (Thanks @tyronegrech for this contribution.)