mirror of
https://github.com/immich-app/immich.git
synced 2025-12-13 01:10:35 +03:00
chore(e2e): change e2e ports to some not used by immich-dev (#12132)
use port not taken by immich-dev for e2e
This commit is contained in:
committed by
GitHub
parent
fa9b2219f8
commit
aa04ded311
@@ -8,7 +8,7 @@ export default defineConfig({
|
||||
workers: 1,
|
||||
reporter: 'html',
|
||||
use: {
|
||||
baseURL: 'http://127.0.0.1:2283',
|
||||
baseURL: 'http://127.0.0.1:2285',
|
||||
trace: 'on-first-retry',
|
||||
},
|
||||
|
||||
@@ -54,7 +54,7 @@ export default defineConfig({
|
||||
/* Run your local dev server before starting the tests */
|
||||
webServer: {
|
||||
command: 'docker compose up --build -V --remove-orphans',
|
||||
url: 'http://127.0.0.1:2283',
|
||||
url: 'http://127.0.0.1:2285',
|
||||
reuseExistingServer: true,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user