A example project for testing email delivery using Nightwatch, Mandrill and RequestBin.
-
Set up Mandrill Inbound Domain
-
Create Mandrill API Key in settings screen
-
Export your credential
echo "export MANDRILL_API_KEY=${YOUR_API_KEY_HERE}" >> .envrc echo "export MAIL_DOMAIN=${YOUR_MAIL_DOMAIN_HERE}" >> .envrc direnv allow
-
Run the test
npm install && npm test