|
@@ -1,9 +1,9 @@ |
|
1
|
1
|
import { defineConfig } from '@playwright/test'; |
|
2
|
2
|
|
|
3
|
3
|
export default defineConfig({ |
|
4
|
4
|
testDir: './tests/Browser', |
|
5
|
|
- timeout: 30000, |
|
5
|
+ timeout: 60000, |
|
6
|
6
|
use: { |
|
7
|
7
|
baseURL: 'http://localhost:8888', |
|
8
|
8
|
headless: !process.env.HEADED, |
|
9
|
9
|
launchOptions: { |