Look at automatically retrying E2E tests #33980
Labels
[Status] In Progress
Tracking issues with work in progress
[Type] Automated Testing
Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests.
[Type] Enhancement
A suggestion for improvement.
In the context of improving e2e test performance and stability, we can look into ways for retrying failing tests automatically. GitHub Action doesn't currently support this natively, and it doesn't seem to be coming yet, regardless of community requests.
One approach that I'm experimenting with is caching previous results in order to use them in subsequent runs if necessary, using
actions/cache
.The text was updated successfully, but these errors were encountered: