Version 0.2 (Beta)
Pre-release
Pre-release
New Beta version for Bastion. Changes include:
- A new type of Request,
FormUrlEncodedRequest
, which sends data using anapplication/x-www-form-urlencoded
content-type. - A new type of Assertions object,
JsonSchemaAssertions
, which will assert that the received JSON response conforms to the given JSON schema. - Improvements to
JsonRequest
andJsonResponseAssertions
to support templating functionality. Load a template from a file (containing placeholders for data) and then fill in with real data during runtime. This allows the same template to be reused across multiple Bastion tests.