mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
f3951e1680
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8079 Co-authored-by: Stefano Magni <173663+NoriSte@users.noreply.github.com> GitOrigin-RevId: 46b1ed03ab225fccc9d769203d1af11a6bcdb63e
35 lines
896 B
JSON
35 lines
896 B
JSON
{
|
|
"name": "console-ce-e2e",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "apps/console-ce-e2e/src",
|
|
"projectType": "application",
|
|
"targets": {
|
|
"e2e": {
|
|
"executor": "@nrwl/cypress:cypress",
|
|
"options": {
|
|
"cypressConfig": "apps/console-ce-e2e/cypress.config.ts",
|
|
"devServerTarget": "console-ce:serve:development",
|
|
"testingType": "e2e"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"devServerTarget": "console-ce:serve:production"
|
|
},
|
|
"ci": {
|
|
"parallel": true,
|
|
"record": true
|
|
}
|
|
}
|
|
},
|
|
"lint": {
|
|
"executor": "@nrwl/linter:eslint",
|
|
"outputs": ["{options.outputFile}"],
|
|
"options": {
|
|
"lintFilePatterns": ["apps/console-ce-e2e/**/*.{js,ts}"]
|
|
}
|
|
}
|
|
},
|
|
"tags": [],
|
|
"implicitDependencies": ["console-ce"]
|
|
}
|