Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test/smoke/harness: migrate from MailHog to Mailpit #4091

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

mastercactapus
Copy link
Member

@mastercactapus mastercactapus commented Oct 4, 2024

Description:

  • Replaces MailHog with mailpit as it's actively maintained (MailHog hasn't seen a commit in 2+ years)
  • Removes devtool import lines for a couple tools we now use ci lint for
  • Re-adds an updated version of the alt logo (fixes Email logo goalert-alt-logo.png does not exist in /static #4064)
  • harness now executes the smtp server (mailpit) as a background process, this was the only downside to the new tool.
  • Email test now validates that links (incl. images) don't break

Overall the tools are very similar, even the integration test needed very minimal changes. That said the integration test now validates that links in the email (like the image) are not broken and will fail if they are. That way this hopefully doesn't happen again (e.g., #1198)

Screenshots:
image

Describe any introduced user-facing changes:
N/A this is a dev-tool only

Describe any introduced API changes:
N/A this is a dev-tool only

@mastercactapus mastercactapus marked this pull request as ready for review October 7, 2024 14:33
@github-actions github-actions bot added the size/l label Oct 7, 2024
KatieMSB
KatieMSB previously approved these changes Oct 7, 2024
KatieMSB
KatieMSB previously approved these changes Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Email logo goalert-alt-logo.png does not exist in /static
2 participants