feat: add frontend e2e coverage

This commit is contained in:
a.tolmachev
2026-04-05 22:22:44 +03:00
parent d33c52d51d
commit 0bd47d9944
18 changed files with 623 additions and 7 deletions
+5 -6
View File
@@ -2,15 +2,14 @@
## Current
### `feat/alpine-polish`
### `feat/frontend-e2e`
Status: in_progress
Status: completed
DoD:
- Alpine UI pages have consistent feedback and shell state
- Settings page exposes only honest live functionality and clearly marks deferred capabilities
- Wizard live actions have stable loading and feedback behavior on real backend requests
- Public UI routes use clean canonical paths instead of exposing `/html/...`
- Playwright covers the core UI journeys against a real local stack
- Frontend e2e can be run locally without manual environment setup
- CI executes frontend e2e as a separate job and publishes failure artifacts
## Next