Skip to content

jabhijeet/massive_mailer

 
 

Repository files navigation

Pre-prerequisite
  • The environment variables MM_EMAIL_USERID and MM_EMAIL_PASSWORD are required to send emails out.
  • On Mac OS X, add the following to your environment variables (~/.bash_profile).
export [email protected]
export MM_EMAIL_PASSWORD=1234qwer@
launchctl setenv MM_EMAIL_USERID $MM_EMAIL_USERID
launchctl setenv MM_EMAIL_PASSWORD $MM_EMAIL_PASSWORD
  • Reboot your IDE.

  • Make sure firefox binary is in the path export PATH=$PATH:/Applications/Firefox.app/Contents/MacOS˜

Run Junit tests

s gradle test

Run accpetance tests

gradle cucumber

Run Javascript tests
npm install
npm test
  • Make sure firefox binary is in the path export PATH=$PATH:/Applications/Firefox.app/Contents/MacOS˜

About

The exercise project of Java CSD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 61.6%
  • JavaScript 26.6%
  • Python 4.8%
  • RobotFramework 3.9%
  • Gherkin 2.9%
  • Groovy 0.2%