We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c34ed2 commit 738cdcaCopy full SHA for 738cdca
1 file changed
SearchQnA/ui/svelte/playwright.config.ts
@@ -38,7 +38,7 @@ export default defineConfig({
38
/* Maximum time each action such as `click()` can take. Defaults to 0 (no limit). */
39
actionTimeout: 0,
40
/* Base URL to use in actions like `await page.goto('/')`. */
41
- baseURL: "http://localhost:5173",
+ baseURL: "http://localhost:80",
42
43
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
44
trace: "on-first-retry",
0 commit comments