website refactor

This commit is contained in:
2026-01-17 01:04:36 +01:00
parent 8ba46e96a6
commit 75ffe0798e
40 changed files with 267 additions and 321 deletions

View File

@@ -100,6 +100,9 @@ The new unified e2e test environment runs **everything in Docker** - website, AP
# Run complete e2e test suite
npm run test:e2e:website
# Run specific test file (fast, no rebuild)
npm run test:e2e:run -- tests/e2e/website/website-pages.e2e.test.ts
# Or step-by-step:
npm run docker:e2e:up # Start all services (fast, uses cache)
npm run docker:e2e:build # Force rebuild website image