[ACS-5019] Migrated e2e tests - Actions - download (#3829)

* [ACS-5019] Migrated Tests Protractor2Playwright Actions - download
---------

Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com>
This commit is contained in:
Katarzyna Kita
2024-05-07 11:00:27 +02:00
committed by GitHub
co-authored by akash.rathod@hyland.com
parent 995305fc13
commit 12742b3b90
11 changed files with 237 additions and 3 deletions
@@ -0,0 +1,22 @@
{
"name": "upload-download-actions-e2e",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/playwright/upload-download-actions",
"projectType": "application",
"targets": {
"e2e": {
"executor": "nx:run-commands",
"options": {
"commands": ["npx playwright test --config=e2e/playwright/upload-download-actions/playwright.config.ts"]
},
"configurations": {
"production": {
"devServerTarget": "content-ce:serve:production"
}
}
},
"lint": {
"executor": "@angular-eslint/builder:lint"
}
}
}