mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
77a1c71e06
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7696 GitOrigin-RevId: 6cefc9f6a4e9a88457c8890bd7e37fbfe2aafa86
30 lines
788 B
JSON
30 lines
788 B
JSON
{
|
|
"$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"
|
|
}
|
|
}
|
|
},
|
|
"lint": {
|
|
"executor": "@nrwl/linter:eslint",
|
|
"outputs": ["{options.outputFile}"],
|
|
"options": {
|
|
"lintFilePatterns": ["apps/console-ee-e2e/**/*.{js,ts}"]
|
|
}
|
|
}
|
|
},
|
|
"tags": [],
|
|
"implicitDependencies": ["console-ee"]
|
|
}
|