citrusframework / citrusframework/citrus

Add convenient retry count configuration to RepeatOnErrorBuilder

Open
#463 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.