mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
ACS-9201 create smoke test suite (#4361)
* ACS-9201 create smote suite * [ACS-9201] add smoke test workflow * [ACS-9201] add smoke test workflow * [ACS-9201] fix smoke test workflow * [ACS-9201] fix smoke test workflow * [ACS-9201] fix smoke test workflow * [ACS-9201] fix smoke test workflow * [ACS-9201] fix smoke test workflow * [ACS-9201] fix smoke test workflow * [ACS-9201] revert playwright pr smoke test run * [ACS-9201]smoke test suite tests * [ACS-9201]smoke test suite tests * [ACS-9201] remove workflow changes as not needed * [ACS-9201] fix lint
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
Reference in New Issue
Block a user