mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
* [ACS-5923] sidenav and singleclick test * [ACS-5923] remove protractor test and fix flaky test * [ACS-5923] test fix * [ACS-5639] fix exclude test in viewer * [ACS-5923] remove exclude test and fix test * [ACS-6066] viewer special permissions playwright test * [ACS-6066] viewer protractor test remove * [ACS-6066] viewer failed test fix * [ACS-5923] review changes added * [ACS-5923] fix error in script
16 lines
400 B
JSON
16 lines
400 B
JSON
{
|
|
"extends": "../../../tsconfig.adf.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../out-tsc/e2e",
|
|
"baseUrl": "./",
|
|
"module": "commonjs",
|
|
"target": "es2017",
|
|
"types": ["jasmine", "jasminewd2", "node"],
|
|
"skipLibCheck": true,
|
|
"paths": {
|
|
"@alfresco/playwright-shared": ["../../../projects/aca-playwright-shared/src/index.ts"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|