svanoort / pyresttest

Python Rest Testing
Apache License 2.0
1.15k stars 326 forks source link

How to retry on test failure with delay ? #292

Open anbuhpe opened 5 years ago

anbuhpe commented 5 years ago

How do we retry a test on failure and with a delay for every retry , is this supported on yaml syntax of pyresttest ?. I tried looking for some documents ,but I couldnt find

I am trying to implement polling of a status field returned by making a GET call

Please let me know

Thanks Anbu