Skip to content
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

Closed
bailejl opened this issue Feb 20, 2019 · 3 comments
Closed

feat(commands): ability to check auth user from cy command #15

bailejl opened this issue Feb 20, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@bailejl
Copy link

bailejl commented Feb 20, 2019

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.

@prescottprue
Copy link
Owner

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 prescottprue added the enhancement New feature or request label Feb 20, 2019
@bailejl
Copy link
Author

bailejl commented Feb 23, 2019

@prescottprue Glad you are interested in the feature.

Yes, I was talking about the auth tab. :-)

@prescottprue prescottprue changed the title Feature Request: Add Firebase Admin to the Plugin feat(core): ability to add auth user from cy command Jun 18, 2019
@prescottprue prescottprue changed the title feat(core): ability to add auth user from cy command feat(core): ability to check auth user from cy command May 2, 2020
@prescottprue prescottprue changed the title feat(core): ability to check auth user from cy command feat(commands): ability to check auth user from cy command May 2, 2020
@prescottprue prescottprue mentioned this issue May 2, 2020
prescottprue added a commit that referenced this issue May 2, 2020
* 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
prescottprue added a commit that referenced this issue May 2, 2020
* 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
@prescottprue
Copy link
Owner

v1.2.0 has the new cy.getAuthUser custom command which can be used to load auth users by UID. Thanks for the feature request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants