Some checks are pending
CI / Lint bridge (Biome) (push) Waiting to run
CI / Type-check bridge (push) Blocked by required conditions
CI / Tests unit bridge (push) Blocked by required conditions
CI / Tests integration bridge (push) Blocked by required conditions
CI / Security scan (push) Waiting to run
CI / Docker build + healthcheck (push) Blocked by required conditions
E2E Playwright / Playwright e2e (chromium) (push) Waiting to run
7 scenarios covering the full bridge+DocAdenice+Baserow chain: auth login, database-view insert, inline edit persistence, SSE realtime update (no reload), RBAC write-denied, kanban drag-drop, calendar reschedule. Includes docker-compose.e2e.yml (Postgres+Redis+Baserow+bridge+DocAdenice), playwright.config.ts (3 projects: chromium/firefox/webkit), auth+baserow+cleanup fixtures, global setup (API login + Baserow seed), and GitHub Actions e2e.yml. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
21 lines
562 B
JSON
21 lines
562 B
JSON
{
|
|
"name": "formation-hub-e2e",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Playwright e2e cross-stack tests — R3.1.e (bridge + DocAdenice + Baserow)",
|
|
"scripts": {
|
|
"e2e": "playwright test",
|
|
"e2e:headed": "playwright test --headed",
|
|
"e2e:debug": "playwright test --debug",
|
|
"e2e:ci": "playwright test --reporter=github,html",
|
|
"e2e:list": "playwright test --list"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.44.0",
|
|
"dotenv": "^16.4.5",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
}
|
|
}
|