Initial Commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { defineConfig } from '@playwright/test';
|
||||
import path from 'path';
|
||||
|
||||
export default defineConfig({
|
||||
testDir: '.',
|
||||
globalSetup: path.resolve(__dirname, 'global-setup.js'),
|
||||
timeout: 120_000,
|
||||
reporter: 'line',
|
||||
use: {
|
||||
headless: true,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user