citrusframework / citrusframework/citrus
Add convenient retry count configuration to RepeatOnErrorBuilder
Open
enhancement
prio-low
- Dominant language
- Java
- Stars
- 485
- Forks
- 155
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 6
Description
**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)
Contributor guide
Assessment
This issue has not been assessed yet.