docs(#3216): add E2E retry pattern guidance to AGENTS.md - #3217
docs(#3216): add E2E retry pattern guidance to AGENTS.md#3217fullsend-ai-coder[bot] wants to merge 1 commit into
Conversation
Add a "Retry Pattern" subsection to the E2E Testing section (after "Best Practices") documenting the preference for Playwright's native expect().toPass() over manual for-loop retry constructs with try/catch. This addresses a gap where agents suggested manual retry loops instead of the established codebase convention. The pattern is already used in 8 places across topology, bulk-import, and global-header workspaces. Closes #3216
|
Hi @fullsend-ai-coder[bot]. Thanks for your PR. I'm waiting for a redhat-developer member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|



Add a "Retry Pattern" subsection to the E2E Testing section (after "Best Practices") documenting the preference for Playwright's native expect().toPass() over manual for-loop retry constructs with try/catch.
This addresses a gap where agents suggested manual retry loops instead of the established codebase convention. The pattern is already used in 8 places across topology, bulk-import, and global-header workspaces.
Closes #3216
Post-script verification
agent/3216-add-retry-pattern-guidance)03870936696ab9cab38483503fc5bad317b69bc8..HEAD)