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
User story
As a software developer, I would love to see a convenient way to configure retry count of repeatOnError, so that I can write citrus test even faster.
Currently
repeatOnError().until((i, testContext) -> i <= 20)
Suggested:
repeatOnError().times(20)
The text was updated successfully, but these errors were encountered:
User story
As a software developer, I would love to see a convenient way to configure retry count of
repeatOnError
, so that I can write citrus test even faster.Currently
Suggested:
The text was updated successfully, but these errors were encountered: