How to authenticate AUTH0, NextJs in Cypress test without Password Grant type?

I visited the documentation of cypress and Auth0, in which explained about authentication with Grant Type Password option selected. Can anybody help me to write cypress test to authenticate without Grant type “Password” with NextJs13, by clicking on Continue with “abc.com” button in the Auth0 Login Page? Thanks

1 Like