venom icon indicating copy to clipboard operation
venom copied to clipboard

🐍 Manage and run your integration tests with efficiency - Venom run executors (script, HTTP Request, web, imap, etc... ) and assertions

Results 96 venom issues
Sort by recently updated
recently updated
newest added

Hello ! I've got the following assertions : ``` assertions: - result.statuscode ShouldEqual 200 - result.bodyjson.board-current ShouldEqual 17999 - result.bodyjson.board-current-residual ShouldEqual 99 - result.bodyjson.detection-threshold ShouldEqual 69 - result.bodyjson.emergency-mode ShouldEqual "LOWER_FIRST"...

Stale

This attribute expects a markdown content. If defined, the html output will render it in the 'info' header of the test stuite.

## Fix `stop_on_failure` Behavior for Accurate Test Case Counts Enabling the stop_on_failure feature currently does not count the test cases that were skipped. As a result, the generated reports inaccurately...

Using {{ and }} for variable substitution makes it cumbersome to generate venom scripts with yaml library, when we need to make data substitutions (as opposed to string substitutions). The...

Add a 'command' property to 'exec' It is an alternative to 'script' that takes an explicit list of strings and does not use a shell. It makes it easier to...

If set, the value is written to the script stdin. This avoid the need to use 'echo' in the script, which makes thing clearer. It is also particularly useful in...

Would be great if this tool was available via Homebrew.

Hello ! Currently it is possible to cutomize the test report directory, but the filename is always `test_results_TEST-NAME.type`. Is it possible to add an option to set a templatized name...

Can we add a support for creating a uuid so it can be used where uuid is required? If it is already there apologies as i am not able to...

Currently range is only supported at the individual step level only **Proposal**: If present at `steps` level then each step will be part of range loop ```yml - name: read...