MarketSquare / MarketSquare/robotframework-retryfailed
Add option to retry based on timer besides by count
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 19
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
I integrated this extension into our system and it works great, thanks!
Now my users' appetite has been stimulated, and they are asking for the ability to stop retrying based on a time interval rather than a test count, in case a test is too time consuming when it fails.
This would be similar to the robotframework built-in [Wait Until Keyword Succeeds](https://robotframework.org/robotframework/latest/libraries/BuiltIn.html#Wait%20Until%20Keyword%20Succeeds) keyword
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the repository's retry listener and its existing count-based retry option, then compare the requested timer behavior with Robot Framework's Wait Until Keyword Succeeds documentation. Done means users can select a time-based retry limit instead of a test-count limit, with behavior covered by the project's existing tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100