mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-30 09:58:13 +00:00
Adding all the license feature and renewal
This commit is contained in:
15
apps/e2e/project.json
Normal file
15
apps/e2e/project.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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": "."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user