test(dpop): OPAQUE + DPOP required for e2e tests

This commit is contained in:
Edouard Vanbelle
2026-08-09 12:31:39 +02:00
parent 11c7f9440e
commit 9e94cb398c
2 changed files with 19 additions and 44 deletions
-9
View File
@@ -216,15 +216,6 @@ frontend-check: front-design
front-test: fe-build-e2e
cd tests/e2e && npm run test:coverage
# Records against a throwaway container stack (its own Postgres + the OxiCloud
# SPA). Each starting point is a file in tests/e2e/scenarios/codegen/ that sets
# up state then calls page.pause(); drop a new *.spec.ts there to add one — this
# menu discovers them automatically.
# Interactive Playwright codegen — pick a starting point, then record
front-codegen:
bash tests/e2e/scripts/codegen.sh
# Frontend design-system guardrails — pure Node, no extra deps, run against the
# SvelteKit frontend (frontend/). Locale completeness, dead-token report, and
# brand-mark drift. For the full svelte-check/eslint/stylelint/prettier gate use