Allow passing qs parameter to cy.visit to set querystring#5040
Allow passing qs parameter to cy.visit to set querystring#5040
Conversation
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
jennifer-shehane
left a comment
There was a problem hiding this comment.
I don't personally like the name of this argument being qs. It doesn't seem immediately obvious what qs stands for.
I liked the original issues suggestion of passing in the arg as params.
BUT, I'm also perhaps not as familiar with other existing APIs in this space - so if this is a really common convention then 🤷♀
packages/driver/test/cypress/integration/commands/navigation_spec.coffee
Show resolved
Hide resolved
I'm fine with |
|
Actually, cy.request() uses |
|
@flotwig Oh 😞 I didn't realize this was supported in cy.request, |
Pre-merge Tasks
cypress-documentationbeen submitted to document any user-facing changes? Add cy.visit() qs option cypress-documentation#2042