Files
emaui/apps/e2e/project.json
2026-08-03 12:49:48 +03:00

16 lines
367 B
JSON

{
"name": "@ema-platform/e2e",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "apps/e2e/src",
"targets": {
"e2e": {
"executor": "nx:run-commands",
"options": {
"command": "npx playwright test --config apps/e2e/playwright.config.ts",
"cwd": "."
}
}
}
}