Skip to content

Commit

Permalink
update playwright command for email
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercactapus committed Oct 4, 2024
1 parent f15b06f commit 7c6a464
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ const config = {
],
webServer: [
{
command:
'./bin/MailHog -ui-bind-addr=localhost:6125 -api-bind-addr=localhost:6125 -smtp-bind-addr=localhost:6105 >/dev/null 2>&1',
command: './bin/tools/mailpit -l=localhost:6125 -s=localhost:6105',
port: 6125,
},
{
Expand Down

0 comments on commit 7c6a464

Please sign in to comment.