Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.76 KB

README.md

File metadata and controls

48 lines (36 loc) · 1.76 KB

Quick Start Examples

Mailosaur is a software testing platform that helps businesses quickly automate the testing of email, SMS, and customer workflows.

Overview

This repository includes examples of how to use Mailosaur with:

Creating a Sample Project

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