Version 0.3 (Beta)
Pre-release
Pre-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()
forJsonResponseAssertions
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.)