testing-library / testing-library-recorder-extension

Testing Library Extension for Chrome DevTools Recorder
https://chrome.google.com/webstore/detail/testing-library-recorder/pnobfbfcnoeealajjgnpeodbkkhgiici?utm_source=github&utm_medium=referral
MIT License
144 stars 3 forks source link

Support other Testing Library packages #10

Open nickmccurdy opened 1 year ago

nickmccurdy commented 1 year ago

Tests are currently only based on DOM Testing Library, but we may want to use libraries that support other frameworks, such as React Testing Library

nickmccurdy commented 1 year ago

On second thought, now that Chrome supports step export, it's easier to use this extension with framework specific packages like React Testing Library. We can investigate those independently and packages that require different environments as part of #1.