Switched to baseURL

This commit is contained in:
Jose Olarte III
2024-07-20 16:36:16 +08:00
parent 72472e9d5e
commit cd3cbda801
5 changed files with 6 additions and 6 deletions

View File

@@ -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://127.0.0.1:3000',
baseURL: 'https://test.timesafari.app',
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: 'on-first-retry',