67 lines
2.2 KiB
JSON
67 lines
2.2 KiB
JSON
{
|
|
"name": "e2e-graph-client",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "graph/client-e2e/src",
|
|
"projectType": "application",
|
|
"targets": {
|
|
"e2e-base": {
|
|
"executor": "@nx/cypress:cypress",
|
|
"options": {
|
|
"tsConfig": "graph/client-e2e/tsconfig.e2e.json",
|
|
"testingType": "e2e",
|
|
"browser": "chrome"
|
|
},
|
|
"configurations": {
|
|
"dev": {
|
|
"cypressConfig": "graph/client-e2e/cypress.config.ts",
|
|
"devServerTarget": "graph-client:serve-base:dev-e2e",
|
|
"baseUrl": "http://localhost:4206"
|
|
},
|
|
"watch": {
|
|
"cypressConfig": "graph/client-e2e/cypress-watch-mode.config.ts",
|
|
"devServerTarget": "graph-client:serve-base:watch",
|
|
"baseUrl": "http://localhost:4204"
|
|
},
|
|
"release": {
|
|
"cypressConfig": "graph/client-e2e/cypress-release.config.ts",
|
|
"devServerTarget": "graph-client:serve-base:release",
|
|
"baseUrl": "http://localhost:4203"
|
|
},
|
|
"release-static": {
|
|
"cypressConfig": "graph/client-e2e/cypress-release-static.config.ts",
|
|
"devServerTarget": "graph-client:serve-base:release-static",
|
|
"baseUrl": "http://localhost:4205"
|
|
}
|
|
},
|
|
"defaultConfiguration": "dev"
|
|
},
|
|
"e2e-local": {
|
|
"executor": "nx:run-commands",
|
|
"outputs": [],
|
|
"options": {
|
|
"commands": [
|
|
"npx nx e2e-base e2e-graph-client --configuration dev",
|
|
"npx nx e2e-base e2e-graph-client --configuration watch",
|
|
"npx nx e2e-base e2e-graph-client --configuration release",
|
|
"npx nx e2e-base e2e-graph-client --configuration release-static"
|
|
],
|
|
"parallel": false
|
|
}
|
|
},
|
|
"e2e": {
|
|
"executor": "nx:run-commands",
|
|
"outputs": [],
|
|
"options": {
|
|
"commands": [
|
|
"npx nx e2e-base e2e-graph-client --configuration dev",
|
|
"npx nx e2e-base e2e-graph-client --configuration release",
|
|
"npx nx e2e-base e2e-graph-client --configuration release-static"
|
|
],
|
|
"parallel": false
|
|
}
|
|
},
|
|
"lint": {}
|
|
},
|
|
"implicitDependencies": ["graph-client"]
|
|
}
|