Skip to content

Commit

Permalink
chore(e2e): execute tests on different ports for each app
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Jul 23, 2024
1 parent 88a44d1 commit fc98081
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/datahub-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"cypressConfig": "apps/datahub-e2e/cypress.config.js",
"devServerTarget": "datahub:serve:development",
"testingType": "e2e",
"browser": "chrome"
"browser": "chrome",
"port": "cypress-auto"
},
"configurations": {
"production": {
Expand Down
3 changes: 2 additions & 1 deletion apps/metadata-editor-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"cypressConfig": "apps/metadata-editor-e2e/cypress.config.js",
"devServerTarget": "metadata-editor:serve:development",
"testingType": "e2e",
"browser": "chrome"
"browser": "chrome",
"port": "cypress-auto"
},
"configurations": {
"production": {
Expand Down

0 comments on commit fc98081

Please sign in to comment.