SvelteKit-based WebUI (#14839)
This commit is contained in:
parent
8f8f2274ee
commit
a7a98e0fff
288 changed files with 25749 additions and 11502 deletions
9
tools/server/webui/playwright.config.ts
Normal file
9
tools/server/webui/playwright.config.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { defineConfig } from '@playwright/test';
|
||||
|
||||
export default defineConfig({
|
||||
webServer: {
|
||||
command: 'npm run build && npx http-server ../public -p 8181',
|
||||
port: 8181
|
||||
},
|
||||
testDir: 'e2e'
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue