mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[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
This commit is contained in:
31
e2e/playwright/folder-information-actions/project.json
Normal file
31
e2e/playwright/folder-information-actions/project.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "folder-information-actions-e2e",
|
||||
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
||||
"sourceRoot": "e2e/playwright/folder-information-actions",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"commands": ["npx playwright test --config=e2e/playwright/folder-information-actions/playwright.config.ts"]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"devServerTarget": "content-ce:serve:production"
|
||||
},
|
||||
"ui": {
|
||||
"args": ["--ui"]
|
||||
},
|
||||
"debug": {
|
||||
"args": ["--debug"]
|
||||
},
|
||||
"headed": {
|
||||
"args": ["--headed"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@angular-eslint/builder:lint"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user