veza/apps/web
senke fbf0fe5b9f [TEST] MVP integration tests executed - 2/28 API passed, 0/20 E2E passed, 3 bugs found
- API Tests: 2 passed, 1 failed, 25 skipped (blocked by auth issues)
- E2E Tests: 0 passed, 1 failed (global setup timeout), 19 skipped
- Bugs found: 3 (2 critical, 1 high)
  - BUG-001: Auth register endpoint format issue (CRITICAL)
  - BUG-002: E2E global setup timeout (CRITICAL)
  - BUG-003: Token extraction in test script (HIGH)

Files added:
- MVP_TEST_REPORT.md: Complete test report with bug analysis
- MVP_BUGS_TODOLIST.json: Detailed bug tracking
- scripts/test-mvp-api.sh: API test suite
- scripts/setup-mvp-test-env.sh: Environment setup
- apps/web/e2e/mvp-integration.spec.ts: E2E test suite
- TESTS_MVP_README.md: Complete documentation
2026-01-04 01:44:13 +01:00
..
e2e [TEST] MVP integration tests executed - 2/28 API passed, 0/20 E2E passed, 3 bugs found 2026-01-04 01:44:13 +01:00
lighthouse-reports BASE: completing the initial repo state 2025-12-03 22:56:50 +01:00
public BASE: completing the initial repo state 2025-12-03 22:56:50 +01:00
scripts fix(MVP-006): Standardize environment variable names (VITE_API_BASE_URL → VITE_API_URL) 2025-12-22 22:56:37 +01:00
src [FIX] Update password minimum length validation to match backend 2026-01-04 01:44:13 +01:00
.dockerignore BASE: completing the initial repo state 2025-12-03 22:56:50 +01:00
.prettierignore BASE: completing the initial repo state 2025-12-03 22:56:50 +01:00
.prettierrc.json BASE: completing the initial repo state 2025-12-03 22:56:50 +01:00
AUDIT_FRONTEND_GAP_ANALYSIS.md stabilizing apps/web: SITUATION AWARENESS 2025-12-16 14:40:16 -05:00
AUDIT_PRODUCTION_FRONTEND.md stabilizing apps/web: FIRST BATCH 2025-12-17 08:07:35 -05:00
AUDIT_TECHNIQUE_EXHAUSTIF.md refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
COMPATIBILITY_CHECK_PROMPT.md fix(frontend): stabilize architecture (router, lazy loading, build, auth) 2025-12-17 09:15:45 -05:00
DIAGNOSTIC_REPORT.md stabilizing apps/web: FIRST BATCH 2025-12-17 08:07:35 -05:00
Dockerfile fix(MVP-006): Standardize environment variable names (VITE_API_BASE_URL → VITE_API_URL) 2025-12-22 22:56:37 +01:00
Dockerfile.dev BASE: completing the initial repo state 2025-12-03 22:56:50 +01:00
Dockerfile.production [INFRA-002] infra: Set up Docker production images 2025-12-25 21:31:20 +01:00
e2e-results.json [TEST] MVP integration tests executed - 2/28 API passed, 0/20 E2E passed, 3 bugs found 2026-01-04 01:44:13 +01:00
eslint.config.js BASE: completing the initial repo state 2025-12-03 22:56:50 +01:00
FRONTEND_INTEGRATION.md stabilizing apps/web: SITUATION AWARENESS 2025-12-16 14:40:16 -05:00
FRONTEND_STATUS.md fix(frontend): STATUS OVERVIEW 2025-12-17 09:20:58 -05:00
full_test_result.txt batch 1 2025-12-22 22:00:50 +01:00
index.html BASE: completing the initial repo state 2025-12-03 22:56:50 +01:00
jest.config.js BASE: completing the initial repo state 2025-12-03 22:56:50 +01:00
MIGRATION_GUIDE.md batch 1 2025-12-22 22:00:50 +01:00
nginx.conf feat: prepare production environment and fix frontend build 2025-12-31 16:27:36 +00:00
nginx.production.conf [INFRA-002] infra: Set up Docker production images 2025-12-25 21:31:20 +01:00
package-lock.json refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
package.json refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
playwright.config.ts [FE-TEST-016] fe-test: Add cross-browser tests 2025-12-25 18:46:16 +01:00
playwright.config.ts.patch batch 1 2025-12-22 22:00:50 +01:00
postcss.config.js BASE: completing the initial repo state 2025-12-03 22:56:50 +01:00
QA_AUDIT_E2E_REPORT.md report generation and future tasks selection 2025-12-08 19:57:54 +01:00
RAPPORT_LAB.md report generation and future tasks selection 2025-12-08 19:57:54 +01:00
RUNTIME_AUDIT_REPORT.md batch 1 2025-12-22 22:00:50 +01:00
RUNTIME_ISSUES.json fix(frontend): stabilize architecture (router, lazy loading, build, auth) 2025-12-17 09:15:45 -05:00
tsconfig.app.json [FE-TYPE-014] fe-type: Add strict TypeScript mode 2025-12-25 15:04:01 +01:00
tsconfig.json [FE-TYPE-014] fe-type: Add strict TypeScript mode 2025-12-25 15:04:01 +01:00
tsconfig.node.json [FE-TYPE-014] fe-type: Add strict TypeScript mode 2025-12-25 15:04:01 +01:00
tsconfig.tsbuildinfo BASE: completing the initial repo state 2025-12-03 22:56:50 +01:00
typecheck_output.txt refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
TYPESCRIPT_STRICT_MODE.md [FE-TYPE-014] fe-type: Add strict TypeScript mode 2025-12-25 15:04:01 +01:00
vite.config.ts stabilizing apps/web: FIRST BATCH 2025-12-17 08:07:35 -05:00
vitest.config.ts BASE: completing the initial repo state 2025-12-03 22:56:50 +01:00