You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
Remove outdated legacy e2e test implementation once the new consolidated e2e-suite has passed validation criteria (two consecutive green matrix runs) and update documentation accordingly.
Objectives
Simplify maintenance by eliminating duplicated correctness flows.
Reduce CI runtime and noise.
Scope / Tasks
Validation Gate
Confirm via CI logs two consecutive successful full matrix runs with both suites.
Removal
Delete legacy e2e spec file(s) and any unused helper scripts specific to legacy.
Remove legacy e2e target from project.json.
CI Update
Adjust workflow to invoke only e2e-suite target.
Docs & References
Update README and refactoring guides to reference new suite exclusively.
Parent: #319
Title: Retire legacy e2e tests after validation
Summary
Remove outdated legacy e2e test implementation once the new consolidated e2e-suite has passed validation criteria (two consecutive green matrix runs) and update documentation accordingly.
Objectives
Scope / Tasks
Acceptance Criteria
Dependencies
Out of Scope
Definition of Done
PR merged; CI passing; documentation updated; legacy eliminated; issue closed.