Testing Library Recorder

Testing Library Extension for Chrome DevTools Recorder

What is Testing Library Recorder?

Testing Library Recorder is a Chrome extension developed by Nick McCurdy, and its main feature is "Testing Library Extension for Chrome DevTools Recorder".

Extension Screenshots

screenshot

Download Testing Library Recorder Extension CRX File

Download Testing Library Recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Export tests from the DevTools Recorder panel to Testing Library test scripts using Jest.

Open a recording and click export to use the Testing Library script option.                    

Extension Basic Information

Name Testing Library Recorder Testing Library Recorder
ID pnobfbfcnoeealajjgnpeodbkkhgiici
Official URL https://chromewebstore.google.com/detail/testing-library-recorder/pnobfbfcnoeealajjgnpeodbkkhgiici
Description Testing Library Extension for Chrome DevTools Recorder
File Size 13.19 KB
Installation Count 1,079
Current Version 0.4.0
Last Updated 2022-08-24
Publish Date 2022-08-20
Rating 5.00/5 Total 1 Ratings
Developer Nick McCurdy
Email [email protected]
Payment Type free
Extension Website https://github.com/testing-library/testing-library-recorder-extension
Help Page URL https://github.com/testing-library/testing-library-recorder-extension
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.4.0",
    "name": "Testing Library Recorder",
    "description": "Testing Library Extension for Chrome DevTools Recorder",
    "icons": {
        "128": "octopus.png"
    },
    "permissions": [],
    "devtools_page": "index.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "minimum_chrome_version": "104.0.0.0"
}