mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
9667164942
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9063 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> GitOrigin-RevId: 1f5918b1e56452967a93739ffc21b4cfafbd84e4
35 lines
943 B
JSON
35 lines
943 B
JSON
{
|
|
"name": "console-ee-e2e",
|
|
"$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"
|
|
},
|
|
"ci": {
|
|
"parallel": true,
|
|
"record": true
|
|
}
|
|
}
|
|
},
|
|
"lint": {
|
|
"executor": "@nrwl/linter:eslint",
|
|
"outputs": ["{options.outputFile}"],
|
|
"options": {
|
|
"lintFilePatterns": ["apps/console-ee-e2e/**/*.{js,ts,json}"]
|
|
}
|
|
}
|
|
},
|
|
"tags": ["scope:console", "type:e2e", "meta:legacy"],
|
|
"implicitDependencies": ["console-ee"]
|
|
}
|