mirror of
https://github.com/mudita/mudita-center.git
synced 2026-02-20 16:10:45 -05:00
18 lines
386 B
JSON
18 lines
386 B
JSON
{
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"implicitDependencies": ["app"],
|
|
"name": "app-e2e",
|
|
"projectType": "application",
|
|
"tags": ["process:e2e"],
|
|
"targets": {
|
|
"start": {
|
|
"executor": "nx:run-commands",
|
|
"outputs": [],
|
|
"options": {
|
|
"command": "wdio run ./wdio.conf.ts",
|
|
"cwd": "apps/app-e2e"
|
|
}
|
|
}
|
|
}
|
|
}
|