Honey Village: six model builds + hub frontend, Dockerized for Dokploy
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { defineConfig } from '@playwright/test';
|
||||
|
||||
export default defineConfig({
|
||||
testDir: './tests',
|
||||
timeout: 30_000,
|
||||
expect: { timeout: 5_000 },
|
||||
use: {
|
||||
baseURL: 'http://127.0.0.1:4173',
|
||||
viewport: { width: 960, height: 540 },
|
||||
deviceScaleFactor: 1,
|
||||
colorScheme: 'dark',
|
||||
},
|
||||
reporter: 'line',
|
||||
});
|
||||
Reference in New Issue
Block a user