react-select-event icon indicating copy to clipboard operation
react-select-event copied to clipboard

Working with `cypress-testing-library`

Open kylemh opened this issue 5 years ago • 2 comments
trafficstars

Would there be any issue with only leveraging the findBy* and findAllBy* queries from this library?

kylemh avatar Oct 14 '20 17:10 kylemh

Hi @kylemh !

Sorry, I’m not sure I understand this issue. This library does not export findBy or getBy functions.

romgain avatar Oct 14 '20 18:10 romgain

Can we do so?

cypress-testing-library ONLY exports findBy*/ findAllBy* as cypress is asynchronous by nature.

If we did so, this library could help both react-testing-library and cypress-testing-library

kylemh avatar Oct 14 '20 19:10 kylemh