Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 2.05 KB

File metadata and controls

42 lines (26 loc) · 2.05 KB

BUGREAPER: module-email

https://bugreaper.net/

Project Logo

GitLab Build Status GitLab Test Coverage License

GitLab Latest Release Maven Latest Release

Is part of the BugReaper Java test helper framework and simplifies email (SMTP) interaction in automated tests. It uses Mailpit as the SMTP server and provides easy configuration, convenient APIs for working with email data, and built-in assertions, allowing you to write readable and maintainable tests with minimal boilerplate.

Requirements:

JAVA >= 17

Logging:

<logger name="bugreaper-module-email" level="INFO" />

Tested with:

axllent/mailpit:v1.29.7
axllent/mailpit:v1.30.7

Real examples here: