mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-04-23 22:30:24 +00:00
* [ACS-11233] Testing week test cases automated in ACA * [ACS-11233] last test additions from testing week * [ACS-11233] sonar fix 1 * eslint configuration for e2e tests * [ACS-11233] sonar fix 2 * [ACS-11233] sonar fix 3 * [ACS-11233] added viewer actions as a seperate test suite * [ACS-11233] added viewer actions to pr yml * [ACS-11233] deleted autocorrection * [ACS-11233] review fix 1 * [ACS-11233] review fix 2 * [ACS-11233] small test fixes and report portal upload timeout change * [ACS-11233] reportportal fix 2 * [ACS-11233] viewer tests fixes * [ACS-11233] review fix 3 * [ACS-11233] review fix 4 * [ACS-11233] deleted angular inject test 1 * [ACS-11233] viewer tests fix 3
16 lines
388 B
JSON
16 lines
388 B
JSON
{
|
|
"extends": "../../../tsconfig.adf.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../out-tsc/e2e",
|
|
"baseUrl": "./",
|
|
"module": "commonjs",
|
|
"target": "es2017",
|
|
"types": ["jasmine", "jasminewd2", "node"],
|
|
"skipLibCheck": true,
|
|
"paths": {
|
|
"@alfresco/aca-playwright-shared": ["dist/@alfresco/aca-playwright-shared"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|