You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our application supports MySQL and OpenLDAP backends, there're few differences between them, we'd like to run certain hurl entries when it's using X backend. I didn't find condition support in hurl document.
Proposal
Any plan to support such conditions in hurl so that we don't need to handle it with shell script?
Problem to solve
Our application supports MySQL and OpenLDAP backends, there're few differences between them, we'd like to run certain hurl entries when it's using X backend. I didn't find condition support in hurl document.
Proposal
Any plan to support such conditions in hurl so that we don't need to handle it with shell script?
Like Ansible, use
when:
: https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_conditionals.html#basic-conditionals-with-whenAnd hurl:
The text was updated successfully, but these errors were encountered: