|
|
@@ -22,7 +22,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://localhost:3000',
|
|
|
+ // baseURL: 'http://localhost:3001',
|
|
|
|
|
|
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
|
|
|
trace: 'on-first-retry',
|
|
|
@@ -36,6 +36,6 @@ export default defineConfig({
|
|
|
webServer: {
|
|
|
command: 'pnpm dev',
|
|
|
reuseExistingServer: true,
|
|
|
- url: 'http://localhost:3000',
|
|
|
+ url: 'http://localhost:3001',
|
|
|
},
|
|
|
})
|