vega-frontend-monorepo/apps/token-e2e/project.json
Joe Tsang 46803ce619
test: update to latest Cypress version (10.2.0) (#655)
* test: update to latest Cypress version (10.2.0)

* fix: cypress error on simple trading app
2022-06-28 11:07:31 -07:00

29 lines
678 B
JSON

{
"root": "apps/token-e2e",
"sourceRoot": "apps/token-e2e/src",
"projectType": "application",
"targets": {
"e2e": {
"executor": "@nrwl/cypress:cypress",
"options": {
"cypressConfig": "apps/token-e2e/cypress.config.js",
"devServerTarget": "token:serve"
},
"configurations": {
"production": {
"devServerTarget": "token:serve:production"
}
}
},
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["apps/token-e2e/**/*.{js,ts}"]
}
}
},
"tags": [],
"implicitDependencies": ["token"]
}