https://cypress.io logo
Hey folks. Very new to both cypress and discord so...
# e2e-testing
u
Hey folks. Very new to both cypress and discord so sorry If not the way to request help. My problem is the following, I'm trying to create some tests that require email interaction. Regular cases are to confirm account and reset password. I've tried the solution using ethereal email but my problem is that for some emails, the account and testing data are very complex to set up and it is not done by our system. So in the end I need a constant email box that does not get deleted. I will create my users with that email box and run all tests related. My question is, could you point me to a post or doc or some working solution that I could use for this? Maybe a local SMTP server, or some Email client that will allow me to login and interact through cypress?