From 6ca5bf754b75f447fcf79836229b709c978ac6c4 Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Wed, 7 Aug 2024 22:06:36 +0800 Subject: [PATCH] (Switch back to test server) --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 732f074..7e43c75 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -25,7 +25,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: 'https://test.timesafari.app', /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ trace: 'on-first-retry',