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 dc365ef commit a56fe6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/datahub-e2e/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ export default defineConfig({
cypressBrowserPermissionsPlugin(on, config)
configureCommonPlugins(on, config)
},
port: 4201, // each app should have a different port to allow parallel execution
},
})
1 change: 1 addition & 0 deletions apps/metadata-editor-e2e/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ export default defineConfig({
cypressBrowserPermissionsPlugin(on, config)
configureCommonPlugins(on, config)
},
port: 4202, // each app should have a different port to allow parallel execution
},
})

0 comments on commit a56fe6f

Please sign in to comment.