-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(commands): ability to check auth user from cy command #15
Comments
Glad to hear it helped 😄 Yes definitely interested in the feature! Had already been thinking of this as a feature and just having gotten to it yet (assuming you are talking about verifying user's created in the auth tab). This feature or any others are always welcome as PRs, but I will try to get to it in the next few weeks if you don't get a chance. Thanks for reaching out! |
@prescottprue Glad you are interested in the feature. Yes, I was talking about the auth tab. :-) |
* feat(core): support command namespacing with `commandNames` option - #122 * feat(tests): add tests for `commandNames` option - #122 * feat(commands): ability to check auth user from cy command (`cy.getAuthUser`) - #15 * fix(ci): remove duplicate build happening in size check step * chore(tests): add retries to firestore get action test to solve flakiness in CI
* feat(core): support command namespacing with `commandNames` option - #122 * feat(tests): add tests for `commandNames` option - #122 * feat(commands): ability to check auth user from cy command (`cy.getAuthUser`) - #15 * fix(ci): remove duplicate build happening in size check step * chore(tests): add retries to firestore get action test to solve flakiness in CI
v1.2.0 has the new |
Your plugin is great. It save me a lot of time with my Cypress testing. I have a need to access the Firebase Admin tool from my testing. Basically, I want to verify user are created correctly, for now. Are you interested in expanding this plugin? If so, I would like to help.
The text was updated successfully, but these errors were encountered: