Skip to content

Commit

Permalink
fix: playwright config start server
Browse files Browse the repository at this point in the history
  • Loading branch information
jlczapski committed Apr 22, 2024
1 parent 566c6f4 commit 55bf4e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ const config: PlaywrightTestConfig = {
/* Run your local dev server before starting the tests */
webServer: {
command: 'pnpm run start',
port: 4200,
url: 'http://localhost:4200',
stdout: 'ignore',
stderr: 'pipe',
},
};

Expand Down

0 comments on commit 55bf4e5

Please sign in to comment.