2023-01-27 20:11:21 +03:00
|
|
|
{
|
2023-02-28 22:41:18 +03:00
|
|
|
"name": "console-ee-e2e",
|
2023-01-27 20:11:21 +03:00
|
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
|
|
"sourceRoot": "apps/console-ee-e2e/src",
|
|
|
|
"projectType": "application",
|
|
|
|
"targets": {
|
|
|
|
"e2e": {
|
|
|
|
"executor": "@nrwl/cypress:cypress",
|
|
|
|
"options": {
|
|
|
|
"cypressConfig": "apps/console-ee-e2e/cypress.config.ts",
|
|
|
|
"devServerTarget": "console-ee:serve:development",
|
|
|
|
"testingType": "e2e"
|
|
|
|
},
|
|
|
|
"configurations": {
|
|
|
|
"production": {
|
|
|
|
"devServerTarget": "console-ee:serve:production"
|
2023-02-07 19:14:44 +03:00
|
|
|
},
|
|
|
|
"ci": {
|
|
|
|
"parallel": true,
|
|
|
|
"record": true
|
2023-01-27 20:11:21 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"lint": {
|
|
|
|
"executor": "@nrwl/linter:eslint",
|
|
|
|
"outputs": ["{options.outputFile}"],
|
|
|
|
"options": {
|
|
|
|
"lintFilePatterns": ["apps/console-ee-e2e/**/*.{js,ts}"]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"tags": [],
|
|
|
|
"implicitDependencies": ["console-ee"]
|
|
|
|
}
|