This commit is contained in:
2026-01-14 01:10:01 +03:00
parent 24c5581d7b
commit 2ce092aa59
40 changed files with 2001 additions and 297 deletions

16
tests/package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "team-planner-e2e",
"version": "1.0.0",
"description": "E2E тесты для Team Planner",
"scripts": {
"test": "playwright test",
"test:ui": "playwright test --ui",
"test:headed": "playwright test --headed",
"test:phase1": "playwright test phase1.spec.ts",
"test:phase2": "playwright test phase2.spec.ts",
"report": "playwright show-report"
},
"devDependencies": {
"@playwright/test": "^1.40.0"
}
}