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 106 venom issues
Sort by recently updated
recently updated
newest added

It's now possible to read something like that : ```json { "foo": "bar", "FOO": "truc", } ``` and use these variables: ```yml - type: readfile path: the_file.json info: "{{.Result.ContentJSON.foo}}-{{.Result.ContentJSON.FOO}}" ```...

Change the web driver client to a new one (now, agouti is now maintain). - Facilitate integration with proxy, headless - Improve log management (Possibility to see REST call between...

Currently, the resolver can handle something like this ```yaml - type: http resolve: - siteA:8080:siteB ``` This changes from http://siteA:8080 to http://siteB:8080 In my use case, I need to change...

feature
executor

Hello, When you use Venom with secrets, you may want to remove secrets from `venom.log`. It could be interesting to have a general setting like `log: False` which can be...

feature

please vote if you want it.

feature

I have been using venom. Since this is real-life, e2e testing, sometimes there is instability in the environment which could cause test failure. Instead of rerunning everything, which is time...

Added new [Taven](https://tavern.readthedocs.io/en/latest/) like executor. See documentation at .

Is there any plan to add performance testing to venom? It already has features such as ranges to generate massive amount of data. Currently, our project uses vegeta https://github.com/tsenart/vegeta, could...

What level of templating is possibly within the yml files? For instance can we call on other standard capabilities within templating? I am trying to set an expiry 1 hour...

If I'm not mistaken it's not possible to use `skip` at step level, it would be nice to be able to at least skip some tests in custom executors. The...