- Fix step autocompletion for custom executors
- Add
skip
key to the schema of all the steps
- Add initial support for user defined executors
- Make assertions generated from JSON case insensitive following ovh/venom#709 (thanks @ivan-velasco)
- Update
imap
step JSON schema following ovh/venom#611 - Minor JSON schema updates
- Add
query_parameters
property tohttp
step in the JSON schema (thanks @ivan-velasco)
- Activate the Venom extension when the workspace contains a
.venomrc
file, or when thevenom.jsonToAssertions
command is used - Add
mongo
step to the JSON schema
- Fix crash when
.venomrc
is configured with averbosity
> 0 (thanks @YoannAtOVH)
- Compatibility with Venom 1.1.0-beta.5
- Add
ovhapi
step to the JSON schema (thanks @YoannAtOVH)
- Add
grpc
step to the JSON schema - Add
rabbitmq
(subscriber
andpublisher
) step to the JSON schema - Add changelog
- Display Venom tests in a tree structure, following their filesystem location
- Add
sudo
andsudopassword
properties tossh
step in the JSON schema - Fix
kafka
step in the JSON schema, nowconsumer
andproducer
are handled properly
- Add JSON schema for
.venomrc
files
- Handle test suites in
error
status, additionally tofailure
status
- Fix issue regarding current working directory when executing tests
- First public release