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 copy single step as Testing library script #29

Closed jecfish closed 1 year ago

jecfish commented 1 year ago

Chrome 109 launches a new "Copy a single step as script" feature.

How to test

Action required

recorder-copy

I briefly tested the extension, seems like it already handle stringifyStep properly. Please give it a test!

jecfish commented 1 year ago

@nickmccurdy FYI!

nickmccurdy commented 1 year ago

Thanks for the reminder, but I've already implemented this earlier using stringifyStep. Now that Chrome 109 is out, I'm also documenting it.