mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2025-09-06 17:30:39 +00:00
use 3000 port
This commit is contained in:
@@ -3,7 +3,7 @@ import { devices, type PlaywrightTestConfig } from '@playwright/test'
|
||||
const config: PlaywrightTestConfig = {
|
||||
use: {
|
||||
video: 'retain-on-failure',
|
||||
baseURL: 'http://localhost:1234',
|
||||
baseURL: 'http://localhost:3000',
|
||||
actionTimeout: 10_000,
|
||||
},
|
||||
|
||||
@@ -14,7 +14,7 @@ const config: PlaywrightTestConfig = {
|
||||
|
||||
webServer: {
|
||||
command: 'docker compose -f docker-compose.dev.yaml up',
|
||||
port: 1234,
|
||||
port: 3000,
|
||||
reuseExistingServer: true,
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user