test: set base url in config instead
This commit is contained in:
parent
7d9467fdd0
commit
2f0e61ecb1
85 changed files with 85 additions and 85 deletions
|
|
@ -24,7 +24,7 @@ export default defineConfig({
|
|||
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
|
||||
use: {
|
||||
/* Base URL to use in actions like `await page.goto('/')`. */
|
||||
// baseURL: 'http://127.0.0.1:3000',
|
||||
baseURL: 'http://192.168.1.62:20101',
|
||||
|
||||
/* 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