Skip to content

Commit 37abe75

Browse files
committed
fix(ci): set backend url for tests explicitly
1 parent c2c13d6 commit 37abe75

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

frontend/playwright.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ export default defineConfig({
5353
command: 'bun dev --port 4173',
5454
port: 4173,
5555
timeout: 120000,
56-
reuseExistingServer: true
56+
reuseExistingServer: true,
57+
env: {
58+
PUBLIC_API_URL: 'http://127.0.0.1:8000'
59+
}
5760
}
5861
],
5962

0 commit comments

Comments
 (0)