tests/e2e Playwright spec drives DigiD login (jan-burger/test123) → submit → confirmation against the compose-served portal. run-e2e-check.sh runs it inside the compose network (node container, browser installed at runtime) so the token issuer (keycloak:8080) matches the BFF authority (ADR-0010). Wired as verify-e2e (Makefile + verify chain + a verify-stack CI step). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
60 lines
891 B
Plaintext
60 lines
891 B
Plaintext
# .NET build output
|
|
bin/
|
|
obj/
|
|
[Dd]ebug/
|
|
[Rr]elease/
|
|
*.user
|
|
|
|
# Reqnroll-generated test code (regenerated from *.feature on build)
|
|
*.feature.cs
|
|
|
|
# Test results / coverage
|
|
[Tt]est[Rr]esults/
|
|
*.trx
|
|
coverage*.json
|
|
coverage*.xml
|
|
*.coverage
|
|
|
|
# Stryker.NET mutation-testing reports (regenerated by `make mutation`)
|
|
StrykerOutput/
|
|
|
|
# Rider / VS / VS Code
|
|
.idea/
|
|
.vs/
|
|
.vscode/
|
|
|
|
# Node / Angular (added as the frontend lands)
|
|
node_modules/
|
|
dist/
|
|
.angular/
|
|
|
|
# Python / MkDocs
|
|
.venv/
|
|
site/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# ── Frontend (Nx / Angular / pnpm) ──
|
|
node_modules/
|
|
dist/
|
|
tmp/
|
|
out-tsc/
|
|
/coverage
|
|
.angular/
|
|
.nx/cache
|
|
.nx/workspace-data
|
|
.nx/self-healing
|
|
.nx/migrate-runs
|
|
.nx/polygraph
|
|
vite.config.*.timestamp*
|
|
vitest.config.*.timestamp*
|
|
|
|
.angular
|
|
|
|
# Playwright e2e (installed/generated in-container or on local runs)
|
|
tests/e2e/node_modules/
|
|
tests/e2e/test-results/
|
|
tests/e2e/playwright-report/
|