Mailosaur is a software testing platform that helps businesses quickly automate the testing of email, SMS, and customer workflows.
- Visit Mailosaur's website to create a free trial and get started.
- Documentation can also be found on Mailosaur's site.
This repository includes examples of how to use Mailosaur with:
- Cypress
- Playwright
- Playwright .NET
- Selenium (Java)
- Selenium (Python)
- Selenium (.NET)
- Selenium (Ruby)
- Robot Framework
- WebdriverIO
- PHP
- Go
To quickly create a test project for any of the frameworks/languages listed above, open your terminal and run this command:
npm create mailosaur@latest
Alternatively you can use npx or yarn:
npx create-mailosaur
yarn create mailosaur