mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
* [ACS-5343] refactor Playwright framework in ACA * Add the tests for Actions, from the Adam PR [ACS-5328] * Small fixes * Improve logs * [ACS-5343] adding-goThroughPages-and-delete * [ACS-5343] added git changes * [ACS-5343] added git changes for playwright * [ACS-5343] fix for e2e * [ACS-5343] e2e protractor path fix * remove import * [ACS-5343] e2e playwright user fix * [ACS-5343] e2e playwright user ids fix * [ACS-5343] e2e playwright users ids fix * changes for git * fix playwright test run * tsconfig path fix * playwright action yml added * retrigger checks * add test id from testrail * merge conflits * fix gha * fix credentials --------- Co-authored-by: adam.zakrzewski <adam.zakrzewski@hyland.com> Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com> Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
46 lines
1.8 KiB
JSON
46 lines
1.8 KiB
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"downlevelIteration": true,
|
|
"importHelpers": true,
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"skipLibCheck": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noImplicitReturns": true,
|
|
"target": "es2020",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"typeRoots": ["node_modules/@types"],
|
|
"lib": ["es2019", "dom"],
|
|
"paths": {
|
|
"@alfresco/aca-shared": ["projects/aca-shared/src/public-api.ts"],
|
|
"@alfresco/aca-shared/store": ["projects/aca-shared/store/src/public-api.ts"],
|
|
"@alfresco/aca-shared/rules": ["projects/aca-shared/rules/src/public-api.ts"],
|
|
"@alfresco/aca-content/ms-office": ["projects/aca-content/ms-office/src/public-api.ts"],
|
|
"@alfresco/aca-testing-shared": ["projects/aca-testing-shared/src/index.ts"],
|
|
"@alfresco/aca-content/folder-rules": ["projects/aca-content/folder-rules/src/public-api.ts"],
|
|
"@alfresco/aca-content": ["projects/aca-content/src/public-api.ts"],
|
|
"@alfresco/aca-content/about": ["projects/aca-content/about/src/public-api.ts"],
|
|
"@alfresco/aca-viewer": ["projects/aca-viewer/src/public-api.ts"],
|
|
"@alfresco/aca-preview": ["projects/aca-preview/src/public-api.ts"],
|
|
"@alfresco/playwright-shared": ["projects/aca-playwright-shared/src/index.ts"],
|
|
"package.json": ["package.json"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"angularCompilerOptions": {
|
|
"preserveWhitespaces": false,
|
|
"fullTemplateTypeCheck": true,
|
|
"strictInjectionParameters": true,
|
|
"strictTemplates": true
|
|
}
|
|
}
|