{"categories":[{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/3"},{"label":"Acceptance","url":"https://skillfed.io/packages/category/software-development-testing-acceptance"}],"enrichment":{"capability":"A Robot Framework listener that automatically retries failed tests or tasks based on tags or a global retry count parameter.","skillfed_tags":["robot-framework","test-resilience","flaky-test-handling"],"use_cases":["Automatically retry flaky integration tests in CI pipelines without modifying test code.","Tag specific tests with `test:retry(3)` to retry them up to 3 times on failure.","Set a global retry count via `--listener RetryFailed:2` to retry all failing tests uniformly.","Handle transient failures in acceptance tests caused by timing or external service issues.","Reduce false negatives in test suites by distinguishing between real failures and intermittent flakes."],"what_it_does":"robotframework-retryfailed is a listener plugin for Robot Framework that intercepts test failures and automatically reruns them based on retry configuration. You attach it to your test execution via command-line arguments and control retry behavior either globally (by passing a retry count to the listener) or per-test (by tagging individual tests with `test:retry(N)` or `task:retry(N)` to specify how many times they should be retried on failure).\n\nThe package is minimal and focused: it depends only on robotframework itself and requires Python 3.8 or later. It is useful for handling flaky tests in continuous integration or local test runs without modifying test code. However, the package has not been updated since its initial release in October 2022, so you should verify compatibility with your current Robot Framework version before adopting it.","worth_installing":"Yes, if your Robot Framework version is compatible and you need automatic retry logic without modifying test code. The low install friction and permissive license make it a low-risk addition. However, the lack of updates since October 2022 is a concern\u2014verify that it works with your current Robot Framework version before committing to it in production."},"id":"robotframework-retryfailed","links":{"html":"https://skillfed.io/packages/robotframework-retryfailed","md":"https://skillfed.io/packages/robotframework-retryfailed.md","pypi":"https://pypi.org/project/robotframework-retryfailed/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2022-10-09","license_spdx":null,"license_treatment":"permissive","name":"robotframework-retryfailed","python_support":"supports_current","summary":"A listener to automatically retry tests or tasks based on flags."},"popularity":{"monthly_downloads":483414,"position":6413,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.0"}
