I'm trying to test email links with Protractor . I understand that checking Email links doesn't come under the scope of e2e testing. I have seen couple of node packages like nodemailer(or) mail-listener. But i would like to check if there are any other approaches?
The scenarios which i would like to cover:
- User invitation will be sent to the email, after clicking the link, it would re-directo to a page where i fill in details and proceed with registration.
- Reset Password link will be sent to email, after clicking it, it will proceed to change password form, where i fill in details and login in new password.
Any thoughts will be of great help. Thanks!
Angular: 4 Protractor :5.1