Home > OS >  How to integrate guerilla mail API to cypress for checking the received mails?
How to integrate guerilla mail API to cypress for checking the received mails?

Time:03-24

I'm new to cypress automation. I wanted to automate the registration work flow of a customer. For that, the user needs to click on the Complete registration link got in his/her mail. I wanted to use guerilla mail API for reading the mails. Can anybody guide me how to integrate guerilla mail to my cypress project and automate reading the mails?

CodePudding user response:

If you don't want to spend too much time on this you can consider using Cypress Test Recorder it supports testing of received emails and will generate a cypress code for you, so you can integrate it easily into your project.

CodePudding user response:

You can read this. It should help you out.

  • Related