Skip to content

Commit

Permalink
fix playwright config
Browse files Browse the repository at this point in the history
  • Loading branch information
ola-9 committed Jun 4, 2023
1 parent 46af242 commit 52299f0
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 @@ -88,7 +88,7 @@ export default defineConfig({

/* Run your local dev server before starting the tests */
webServer: {
command: 'npm run start:frontend',
command: 'npm run start',
port: 3000,
reuseExistingServer: !process.env.CI,
},
Expand Down

0 comments on commit 52299f0

Please sign in to comment.