test: fix data-testid attribute names and update E2E test URLs to port 8917

This commit is contained in:
2026-04-19 10:08:52 +03:00
parent 28c55f86ce
commit 2465141a18
47 changed files with 235 additions and 2206 deletions

View File

@@ -10,16 +10,16 @@ export default defineConfig({
timeout: 30000,
expect: { timeout: 5000 },
use: {
baseURL: 'http://localhost',
baseURL: 'http://localhost:8917',
trace: 'on-first-retry',
screenshot: 'only-on-failure',
},
webServer: {
command: 'npm run dev',
url: 'http://localhost:3000',
command: 'NEXT_PUBLIC_API_URL=http://localhost:8916 npm run dev -- --port 8917',
url: 'http://localhost:8917',
reuseExistingServer: true,
timeout: 60000,
timeout: 120000,
},
projects: [