mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
32 lines
766 B
JSON
32 lines
766 B
JSON
{
|
|
"name": "delete-actions-e2e",
|
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "e2e/playwright/delete-actions",
|
|
"projectType": "application",
|
|
"targets": {
|
|
"e2e": {
|
|
"executor": "nx:run-commands",
|
|
"options": {
|
|
"commands": ["npx playwright test --config=e2e/playwright/delete-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"
|
|
}
|
|
}
|
|
}
|