feat: 整理目录结构
Some checks failed
/ playwright (push) Has been skipped
/ surge (push) Failing after 36s
/ lint-build-and-check (push) Failing after 55s
/ build-and-deploy-to-vercel (push) Failing after 1m13s
/ depcheck (push) Has been cancelled

This commit is contained in:
严浩
2025-03-25 10:36:19 +08:00
parent 2482608a2e
commit 2df09cf33f
13 changed files with 21 additions and 21 deletions

View File

@ -60,7 +60,7 @@ export default defineConfig({
reporter: 'html',
/* Retry on CI only */
retries: process.env.CI ? 2 : 0,
testDir: './tests/e2e',
testDir: './tests/playwright',
/* 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('/')`. */