ovh / venom

🐍 Manage and run your integration tests with efficiency - Venom run executors (script, HTTP Request, web, imap, etc... ) and assertions
Apache License 2.0
1.06k stars 144 forks source link

Iterate through data for entire test #819

Open joh9347 opened 1 month ago

joh9347 commented 1 month ago

It seems like we can iterate through data within the step, but we can't do that for entire test case. Is it possible to support looping in test case level?

Also, is it possible to capture the outputs of the step to the vars if we use range?