aboutsummaryrefslogtreecommitdiff
path: root/internal/test/playwright_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/test/playwright_test.go')
-rw-r--r--internal/test/playwright_test.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/internal/test/playwright_test.go b/internal/test/playwright_test.go
index 8a0d501..d81b86a 100644
--- a/internal/test/playwright_test.go
+++ b/internal/test/playwright_test.go
@@ -30,9 +30,8 @@ import (
)
var (
- serverBindAddr = flag.String("bind", "localhost:3923", "test server bind address")
- playwrightPort = flag.Int("playwright-port", 3000, "Playwright port")
- playwrightServer = flag.String("playwright", "ws://localhost:3000", "Playwright server URL")
+ playwrightPort = flag.Int("playwright-port", 9001, "Playwright port")
+ playwrightServer = flag.String("playwright", "ws://localhost:9001", "Playwright server URL")
playwrightMaxTime = flag.Duration("playwright-max-time", 5*time.Second, "maximum time for Playwright requests")
playwrightMaxHardTime = flag.Duration("playwright-max-hard-time", 5*time.Minute, "maximum time for hard Playwright requests")