Skip to content

Commit

Permalink
chore(demo-integrations): update project.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov committed Jun 24, 2024
1 parent abc5eb3 commit 7f15e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/demo-integrations/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"e2e": {
"executor": "@nx/cypress:cypress",
"options": {
"cypressConfig": "projects/demo-integrations/cypress.config.ts",
"cypressConfig": "{projectRoot}/cypress.config.ts",
"testingType": "e2e",
"devServerTarget": "demo:serve:development"
}
},
"component-test": {
"executor": "@nx/cypress:cypress",
"options": {
"cypressConfig": "projects/demo-integrations/cypress.config.ts",
"cypressConfig": "{projectRoot}/cypress.config.ts",
"testingType": "component",
"skipServe": true,
"devServerTarget": "demo:build"
Expand Down

0 comments on commit 7f15e3c

Please sign in to comment.