Combining Cypress and Vue with Auth0

Hi,

I am trying to setup a Vue application with auth0 and cypress e2e testing. I’ve followed instructions from these articles:

However, it’s not clear to me how to combine the two. The cypress login step works, but the auth0 client does not seem to pick up the token. Looking at the code from auth0Plugin.js, it appears the created hook expects search parameters code and state, but I don’t know what values to use. Any help is welcome. Cheers.

Exact the same issue. I can’t find solution. Any help?