Testing Emails with Mailosaur is super simple with their cypress plugin! Their pricing also offer a free version to get started with!
- Install the package "cypress-mailosaur" with
yarn add cypress-mailosaur
- Write some tests to test out the plugin: slack-new-account.cy.ts
Remember to include require("cypress-mailosaur");
Remember to set the CYPRESS_MAILOSAUR_API_KEY
environment variable to your Mailosaur API key.