Playwright Tests 1240
All checks were successful
CI / build-and-deploy (push) Successful in 4m7s

This commit is contained in:
严浩
2024-09-26 12:40:11 +08:00
parent c9a9e3f873
commit 6edb5f8462
5 changed files with 18 additions and 30 deletions

View File

@ -26,7 +26,6 @@ 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('/')`. */
// https://vercel.com/guides/how-can-i-run-end-to-end-tests-after-my-vercel-preview-deployment
baseURL: process.env.BASE_URL || 'https://vue-ts-example.oo1.dev',
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */