parent
abc30a2a03
commit
264f6d775d
4 changed files with 29 additions and 11 deletions
|
|
@ -2,9 +2,9 @@ import { defineConfig } from '@playwright/test';
|
|||
|
||||
export default defineConfig({
|
||||
webServer: {
|
||||
command: 'npm run build && npm run preview',
|
||||
command: 'bun run build && bun run preview',
|
||||
port: 4173,
|
||||
},
|
||||
|
||||
testDir: 'e2e',
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue