diff --git a/playwright.config.ts b/playwright.config.ts index 63546a8b2c..0509cf18c6 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -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, }, {