I have recently discovered cypress-testing-library (amazing by the way!) and have begun implementing it in our test code.
We have 2 different testing ids that we use, and I would love to be able to configure cy.findByTestId to find either of them. Can this be implemented?
Thanks!!
I have recently discovered cypress-testing-library (amazing by the way!) and have begun implementing it in our test code. We have 2 different testing ids that we use, and I would love to be able to configure cy.findByTestId to find either of them. Can this be implemented? Thanks!!