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

Depends on https://github.com/DefinitelyTyped/DefinitelyTyped/pull/61891

We should only output imports that the tests actually use. This could probably be some sort of map, enum, or binary mode.

enhancement

https://github.com/GabrielDuarteM/semantic-release-chrome

documentation
enhancement

This was suggested to make setup easier, but I'm not sure it's worth the maintenance burden considering there are 3 JS package managers to support.

enhancement

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

enhancement

Depends on https://github.com/DefinitelyTyped/DefinitelyTyped/pull/61891

enhancement

- https://coffee-cart.netlify.app/ - https://github.com/puppeteer/replay/issues/268

bug

The Recorder contains details to set viewport size. This step is not exported. ```json { "type": "setViewport", "width": 375, "height": 667, "deviceScaleFactor": 1, "isMobile": false, "hasTouch": false, "isLandscape": false },...

enhancement