hurl
hurl copied to clipboard
Provide a `repeat` variable to allow running non-colliding hurl files
Sometimes an hurl file has some setup calls that may fail if run more than once with the same arguments.
having the repeat variable telling which is the iteration number would make fairly easy to make --repeat work even in that case.