test: set base url in config instead

This commit is contained in:
Methapon2001 2025-01-13 11:47:01 +07:00
parent 7d9467fdd0
commit 2f0e61ecb1
85 changed files with 85 additions and 85 deletions

View file

@ -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',