Harden canonical route sweep rechecks

This commit is contained in:
master
2026-03-11 18:44:38 +02:00
parent f0b2ef3319
commit 6afd8f951e
3 changed files with 108 additions and 4 deletions

View File

@@ -322,8 +322,9 @@ echo $? # Verify exit code 0
1. Ensure the Angular app is running (`ng serve` or docker)
2. Use Playwright CLI or MCP to navigate to the feature's UI route
3. Follow E2E Test Plan steps: verify elements render, interactions work, data displays
4. Capture screenshots as evidence
5. Test accessibility (keyboard navigation, ARIA labels) if listed in E2E plan
4. If the feature fails only through transient network/runtime noise, rerun the failing UI transaction in a fresh page or fresh authenticated browser context before declaring the feature failed. Preserve both the first failure evidence and the recheck outcome.
5. Capture screenshots as evidence
6. Test accessibility (keyboard navigation, ARIA labels) if listed in E2E plan
**Example for `pipeline-run-centric-view`**:
```bash