add auth
This commit is contained in:
16
tests/package.json
Normal file
16
tests/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user