End-to-end test with passwordless login

Hello there.

How can I allow my end-to-end tests to access pages that are behind a passwordless login page?

More specifically, I would like to declare end-to-end tests (e.g. Cypress tests or DataDog synthetic tests) that can access a deployed web page that is protected by Auth0 Passwordless Login where the user would normally have to enter their phone number and receive a OTP.

Thanks in advance!