The docs briefly mention getAuthUser as a custom command added by this package.
I can also see it in the code, but calling cy.getAuthUser("myuid") in tests isn't working for me.
The section linked to here, for example, doesn't exist anymore.
Is it deprecated? If not, some docs on how to use it would be helpful.
The docs briefly mention
getAuthUseras a custom command added by this package.I can also see it in the code, but calling
cy.getAuthUser("myuid")in tests isn't working for me.The section linked to here, for example, doesn't exist anymore.
Is it deprecated? If not, some docs on how to use it would be helpful.