assertion would be the condition for retry, using exponential backoff, adding maximum number of retries.
I think it would be fairly easy to add such a feature by using Retry for time control one could set parameters from retry that we could expose to tune the exponential back off. I think it would be possible to retry based on assertions, I am not sure I can think on use cases to retry on a valid response content that would not interfere with the testing itself.
Retry request calls
The possibility to retry certain call if a connection error happened.
The text was updated successfully, but these errors were encountered: