feat: add BreadcrumbProvider and e2e test suite
All checks were successful
Build & Publish / publish (push) Successful in 53s

Add BreadcrumbProvider context so pages can override TopBar breadcrumbs
dynamically. Add Playwright e2e tests for dashboard, agents, routes,
exchanges, and admin pages.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-03-26 11:33:55 +01:00
parent 19303eefad
commit 2a020c1e15
11 changed files with 547 additions and 7 deletions

3
.gitignore vendored
View File

@@ -2,3 +2,6 @@ node_modules/
dist/
.superpowers/
.worktrees/
test-results/
screenshots/
.playwright-mcp/