Initial Commit
This commit is contained in:
6
playwright.config.ts
Normal file
6
playwright.config.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { defineConfig } from '@playwright/test';
|
||||
export default defineConfig({
|
||||
testDir: './tests',
|
||||
use: { baseURL: 'http://127.0.0.1:1420', viewport: { width: 1280, height: 850 } },
|
||||
webServer: { command: 'npm run dev', url: 'http://127.0.0.1:1420', reuseExistingServer: !process.env.CI },
|
||||
});
|
||||
Reference in New Issue
Block a user