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:
Jonathan Jogenfors
2024-08-30 14:04:02 +02:00
committed by GitHub
parent fa9b2219f8
commit aa04ded311
9 changed files with 18 additions and 18 deletions

View File

@@ -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,
},
});