bahmutov / cypress-if

Easy conditional if-else logic for your Cypress tests when there is no other way
https://cypress.tips/courses/cypress-plugins
99 stars 12 forks source link

Added support for xpath #19

Closed gurudattgd04 closed 2 years ago

gurudattgd04 commented 2 years ago

@bahmutov Thanks for the plugin. I believe adding xpath support will also help users a lot, hence added the required changes for that. Please let me know your thoughts. Thanks, Gurudatt

bahmutov commented 2 years ago

Love the PR, BUT my opinion of XPath, in general, is very low and I always advise people to avoid it. So I will politely decline including this feature

gurudattgd04 commented 2 years ago

Love the PR, BUT my opinion of XPath, in general, is very low and I always advise people to avoid it. So I will politely decline including this feature

Sure, Thanks for the feedback.