Skip to content

Commit

Permalink
Run e2e tests in test mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Juice10 committed Mar 14, 2023
1 parent 0a9d06f commit 62ebee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig, devices } from '@playwright/test';
export default defineConfig({
testDir: 'tests',
webServer: {
command: 'npm run build && npm run preview',
command: 'yarn run vite build -m test && yarn preview -m test',
port: 4173
},
/* Maximum time one test can run for. */
Expand Down

0 comments on commit 62ebee2

Please sign in to comment.