cypress-mailhog
cypress-mailhog copied to clipboard
Cypress Commands for MailHog 🌳🐗
First of all thanks for this utility. I am currently having challenges using this library as our Mailhog server authentication is via keycloak. Please could you confirm, that the library...
I had problems with a test where the assertion was unable to find a certain string in the e-mail body since it was encoded. More specifically, special chars were encoded...
What is the recommended way for creating a custom command that polls Mailhog until the email is received - the command flexible enough to take different Mailhog URLs? Instead of...
This would allow complex filters while getting the benefits of retryability. It would also solve the problem of chaining filters not being retryable. e.g. ```js Cypress.Commands.add('mhGetMailsByFilter', (filter = mails =>...