17 lines
454 B
JSON
17 lines
454 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|