Skip to content

Version 0.2 (Beta)

Pre-release
Pre-release
Compare
Choose a tag to compare
@KPull KPull released this 15 Sep 17:39
· 179 commits to master since this release

New Beta version for Bastion. Changes include:

  • A new type of Request, FormUrlEncodedRequest, which sends data using an application/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 and JsonResponseAssertions 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.