🎉 初始化项目
This commit is contained in:
12
web-app/tests/playwright.config.js
Normal file
12
web-app/tests/playwright.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import { defineConfig } from '@playwright/test';
|
||||
|
||||
export default defineConfig({
|
||||
testMatch: '*.e2e.js',
|
||||
use: {
|
||||
baseURL: 'http://127.0.0.1:8000',
|
||||
video: 'only-on-failure',
|
||||
screenshot: 'only-on-failure',
|
||||
},
|
||||
workers: 4,
|
||||
fullyParallel: true,
|
||||
});
|
||||
Reference in New Issue
Block a user