I am trying to use Cypress to automate a login for an app that uses Auth0, NextJs and Passwordless. On the app login page, it does ask for the user email address (used as username), and sends to that address a verification code, which should be entered in a second screen.
Screen 1:
Screen 2:
So far, I have not found a way to enter the verification code without accessing user email inbox, and it is needed because not always it will be possible.
Have anyone faced something similar in the past or have any clue how to do it?