Update vite to have proper routing for api
This commit is contained in:
parent
02d6ecd28c
commit
4842cef07a
5 changed files with 37 additions and 29 deletions
|
|
@ -34,7 +34,7 @@ const config: PlaywrightTestConfig = {
|
|||
/* Maximum time each action such as `click()` can take. Defaults to 0 (no limit). */
|
||||
actionTimeout: 0,
|
||||
/* Base URL to use in actions like `await page.goto('/')`. */
|
||||
baseURL: 'http://localhost:5173',
|
||||
baseURL: 'http://127.0.0.1:5173',
|
||||
|
||||
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
|
||||
trace: 'on-first-retry',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue