Venom integration with Visual Studio Code.
- Integration with Visual Studio Code's Testing workbench
- JSON/YAML schema for autocompleting and validating the test suites
- JSON/YAML schema for autocompleting and validating the
.venomrc
configuration file - Generate assertions from JSON
- Only Venom > 1.0.0 is supported
- Test suites must be named as
*.venom.yml
, otherwise the extension will not be activated - The JSON schema case is strict, so for example you have to use
bodyFile
instead ifbodyfile
in thehttp
executor