Skip to content

Commit

Permalink
Merge pull request #172 from gagan-suie/dev
Browse files Browse the repository at this point in the history
Fix: testing playwright tests
  • Loading branch information
gagansuie authored Jan 19, 2023
2 parents 20e0627 + 94d31fa commit e9472c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { PlaywrightTestConfig } from '@playwright/test'
const config: PlaywrightTestConfig = {
reporter: [['json', { outputFile: 'e2eresults.json' }]],
webServer: {
command: 'npm run build && npm run preview',
command: 'npm run dev',
url: 'http://localhost:5173/',
timeout: 240000,
reuseExistingServer: !process.env.CI,
Expand Down

0 comments on commit e9472c0

Please sign in to comment.