testing-library-recorder-extension icon indicating copy to clipboard operation
testing-library-recorder-extension copied to clipboard

Testing Library Extension for Chrome DevTools Recorder

Results 19 testing-library-recorder-extension issues
Sort by recently updated
recently updated
newest added

At the moment, we're exporting calls to `userEvent` using the new awaitable api (in version 14) but for that, we need to also run [`userEvent.setup`](https://testing-library.com/docs/user-event/intro/#writing-tests-with-userevent) before :)

enhancement

Testing Library isn't just for Jest, and it would also be useful to run e2e tests in a real browser environment

enhancement

In that case, we can't implement the navigation, because it requires writing a Jest docblock at the beginning of the file.

bug

This has been implemented internally, but shouldn't be documented until it's implemented in Chrome: https://crbug.com/1351649

documentation

DevTools Recorder support text and XPath selector from Chrome 108 onwards. I am wondering if there are similar selector in Nightwatch? Here is the example step's json. ```json { "type":...

enhancement

Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies

Chrome 110 launches a new "Show code and highlight" feature. **How to test** You can test this feature with the latest Chrome Canary 1. Open a recording in the Recorder,...

enhancement

### Describe the feature you'd like: Waiting for async selectors uses older `findBy` queries instead of `waitFor` and `getBy` ### Teachability, Documentation, Adoption, Migration Strategy: None should be necessary as...

enhancement