Ivan Velasco
Ivan Velasco
1. Description Support to create UUID in venom api tests 1. Related issues close https://github.com/ovh/venom/issues/748 1. About tests 1. Mentions @ovh/cds
Improved readability of the sysout from http executor. Additionally refactored code a bit.
## 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...
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...