Move /e2e -> /e2e-tests
Этот коммит содержится в:
18
e2e-tests/playwright/tsconfig.json
Обычный файл
18
e2e-tests/playwright/tsconfig.json
Обычный файл
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"esModuleInterop": true,
|
||||
"strict": true,
|
||||
"strictNullChecks": true,
|
||||
"skipLibCheck": true,
|
||||
"noEmit": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@mattermost/client/*": ["../../webapp/platform/client/lib/*"],
|
||||
"@mattermost/types/*": ["../../webapp/platform/types/lib/*"],
|
||||
"@e2e-support/*": ["support/*"],
|
||||
"@e2e-test.config": ["test.config.ts"]
|
||||
}
|
||||
},
|
||||
"include": ["./**/*"],
|
||||
"exclude": ["playwright-report"]
|
||||
}
|
||||
Ссылка в новой задаче
Block a user