Skip to content

Commit 738cdca

Browse files
committed
Change playwright config so that unit testis accessing the app via nginx port 80
Signed-off-by: Ed Lee <16417837+edlee123@users.noreply.github.com>
1 parent 5c34ed2 commit 738cdca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SearchQnA/ui/svelte/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default defineConfig({
3838
/* Maximum time each action such as `click()` can take. Defaults to 0 (no limit). */
3939
actionTimeout: 0,
4040
/* Base URL to use in actions like `await page.goto('/')`. */
41-
baseURL: "http://localhost:5173",
41+
baseURL: "http://localhost:80",
4242

4343
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
4444
trace: "on-first-retry",

0 commit comments

Comments
 (0)