-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Enhancement Proposal
It would be beneficial to implement a retry mechanism for API tests within the framework. This feature would help improve the reliability of test results by allowing tests to be retried upon failure due to transient issues (e.g., network glitches, temporary server unavailability).
Suggested Implementation:
- Integrate a retry logic in the TestNG test configuration.
- Allow a configurable number of retries for each test case.
- Provide logging for retries so that the reasons for failures can be monitored.
Benefits:
- Increased test reliability and stability.
- Helps differentiate between consistent failures and transient issues.
This feature would enhance the framework's robustness in real-world testing scenarios. Let me know if there's a specific approach you'd prefer for implementing this!
Metadata
Metadata
Assignees
Labels
No labels