chore: set Playwright baseURL to portfolio.test

This commit is contained in:
Keith Solomon
2026-08-16 12:13:08 -05:00
parent af8e13d3a8
commit 969cdb14a0
+1 -1
View File
@@ -27,7 +27,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://portfolio.test',
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: 'on-first-retry',