Adam Świderski ebbc868aa1
[ACS-9065] [E2E] Added folder information tests in ACA (#4478)
* [ACS-9065] Added folder information tests in ACA

* [ACS-9065] fixed sonar issues

* [ACS-9065] Changed test describe name

* [ACS-9065] debugging dialog errors 1

* [ACS-9065] removed debugging reload

* [ACS-9065] renamed e2e file
2025-04-03 10:02:43 +02:00

16 lines
404 B
JSON
Executable File

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/e2e",
"baseUrl": "./",
"module": "commonjs",
"target": "es2017",
"types": ["jasmine", "jasminewd2", "node", "@playwright/test"],
"skipLibCheck": true,
"paths": {
"@alfresco/aca-playwright-shared": ["dist/@alfresco/aca-playwright-shared"]
}
},
"exclude": ["node_modules"]
}