Some checks failed
Test Suite / lint-backend (push) Waiting to run
Test Suite / build-frontend (push) Waiting to run
Test Suite / k6 /health Baseline (push) Waiting to run
Test Suite / playwright-tests (push) Waiting to run
Deploy Development / deploy (push) Failing after 1s
Test Suite / pytest-backend (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
12 lines
249 B
JSON
12 lines
249 B
JSON
{
|
|
"name": "kairo-jinkendo",
|
|
"private": true,
|
|
"description": "Workspace-Metadaten für E2E (Playwright). Frontend: frontend/",
|
|
"scripts": {
|
|
"test:e2e": "playwright test"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.49.0"
|
|
}
|
|
}
|