You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think, since its discouraged to declare global variables in a file, if I need multiple values that have been aliased to be passed down into other tests via a cy.keepAliases() function, that I should be able to get as many as I can in a single cy.get() to avoid nesting as much as possible. It would be nice.
Other
Keep up the great work! My team and I love Cypress!
The text was updated successfully, but these errors were encountered:
What would you like?
Hi there, I would love to be able to get multiple aliases in one single cy.get()
Examples:
what I want:
what we have:
Why is this needed?
I think, since its discouraged to declare global variables in a file, if I need multiple values that have been aliased to be passed down into other tests via a cy.keepAliases() function, that I should be able to get as many as I can in a single cy.get() to avoid nesting as much as possible. It would be nice.
Other
Keep up the great work! My team and I love Cypress!
The text was updated successfully, but these errors were encountered: