Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

A example project for testing email delivery using Nightwatch, Mandrill and RequestBin.

License

Notifications You must be signed in to change notification settings

ngs-archives/nightwatch-mail-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nightwatch Email Testing Example

CircleCI

A example project for testing email delivery using Nightwatch, Mandrill and RequestBin.

Getting Started

  1. Set up Mandrill Inbound Domain

  2. Create Mandrill API Key in settings screen

  3. Export your credential

    echo "export MANDRILL_API_KEY=${YOUR_API_KEY_HERE}" >> .envrc
    echo "export MAIL_DOMAIN=${YOUR_MAIL_DOMAIN_HERE}" >> .envrc
    direnv allow
  4. Run the test

    npm install && npm test

Author

Atushi Nagase

About

A example project for testing email delivery using Nightwatch, Mandrill and RequestBin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages