21 lines
524 B
JSON
21 lines
524 B
JSON
{
|
|
"name": "showcase-e2e",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "apps/showcase-e2e/src",
|
|
"projectType": "application",
|
|
"tags": [],
|
|
"implicitDependencies": ["showcase"],
|
|
"targets": {
|
|
"e2e": {
|
|
"executor": "@nx/playwright:playwright",
|
|
"outputs": ["{workspaceRoot}/dist/.playwright/apps/showcase-e2e"],
|
|
"options": {
|
|
"config": "apps/showcase-e2e/playwright.config.ts"
|
|
}
|
|
},
|
|
"lint": {
|
|
"executor": "@nx/eslint:lint"
|
|
}
|
|
}
|
|
}
|