mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 13:02:50 +00:00
16 lines
367 B
JSON
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": "."
|
|
}
|
|
}
|
|
}
|
|
}
|