feat(FR-2562): expand e2e-healer to run full test suite and enable healing#6667
Draft
Conversation
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Draft
6 tasks
5 tasks
…aling Changes to e2e-healer.md: - Replace single-file test (login.spec.ts) with full E2E suite (--grep-invert @visual) as originally intended - Enable the healing phase (previously commented out) that: - Creates branch e2e-healer/<date>-<sha> from main - Uses Playwright planner to analyze and fix failures - Opens draft PR with fix if tests pass - Adds diagnostic comment if fix fails - Only attempts healing for WebUI-caused failures (not Backend/Server) - Increase timeout from 120 to 180 minutes for full suite + healing Note: .lock.yml recompilation required via `gh aw compile` after merge. Resolves FR-2562
…ling phase Manually patch e2e-healer.lock.yml (cannot recompile with gh-aw v0.68.1 due to secrets pattern incompatibility): - Run full E2E suite (e2e/ --grep-invert @visual) instead of login.spec.ts - Enable healing phase with full instructions in agent prompt - Increase agent timeout from 120 to 180 minutes Resolves FR-2562
d97977b to
0edc6ba
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Resolves #6659(FR-2559)
Summary
Expand the
e2e-healeragentic workflow from running a single test file to the full E2E suite, and enable the automated healing phase.Changes
e2e/auth/login.spec.tswithe2e/ --grep-invert @visual(all non-visual tests)e2e-healer/<date>-<sha>from mainPost-merge action required
.lock.ymlmust be recompiled after merge:Test plan
🤖 Generated with Claude Code