Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add convenient retry count configuration to RepeatOnErrorBuilder #463

Open
jklingen opened this issue Sep 4, 2018 · 0 comments
Open

Add convenient retry count configuration to RepeatOnErrorBuilder #463

jklingen opened this issue Sep 4, 2018 · 0 comments

Comments

@jklingen
Copy link

jklingen commented Sep 4, 2018

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants