- The environment variables
MM_EMAIL_USERID
andMM_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˜
s
gradle test
gradle cucumber
npm install
npm test
- Make sure firefox binary is in the path export PATH=$PATH:/Applications/Firefox.app/Contents/MacOS˜