feat: 整理目录结构
This commit is contained in:
@ -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('/')`. */
|
||||
|
Reference in New Issue
Block a user