For E2E testing with cypress, We need temporary emails to validate the Signup process. We need fresh email for every run.
Any cypress library that help to provide temp email for every test run?
Tried with below library
const easyYopmail = require('easy-yopmail'); easyYOPmail.getInbox('testing_01').then(inbox => { console.log(inbox); easyYOPmail.readMessage('testing_01', 'e_ZwZjAGVlZGHlZQR1ZQNjAwZ5AQp4ZD==', 'TXT').then(message => { console.log(message) l;