wip: update settings, push new images

This commit is contained in:
Michael Hohn
2025-02-20 10:30:22 -08:00
committed by =Michael Hohn
parent d40cda150c
commit c106903f01
4 changed files with 34 additions and 2 deletions

View File

@@ -20,7 +20,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:8080",
baseURL: "http://server:8080",
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: "on-first-retry",