I have as usual common functionality as after sign up user receives confirmation mail which contains activation link.
After clicking on that link user is confirmed and then only he can sign in to the respective system.
So, how to get mail and how to click on that activation link using cucumber features?
Please suggest.
I have as usual common functionality as after sign up user receives confirmation mail
Share
Try this
email-spec
You can use defined step
And here is list of defined steps.