Testing Library Recorder

Testing Library Extension for Chrome DevTools Recorder

什么是Testing Library Recorder?

Testing Library Recorder是由Nick McCurdy开发的Chrome扩展程序,该扩展的主要功能是“Testing Library Extension for Chrome DevTools Recorder”。

扩展截图

screenshot

下载Testing Library Recorder扩展crx文件

下载Testing Library Recorder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Testing Library Recorder Testing Library Recorder
ID pnobfbfcnoeealajjgnpeodbkkhgiici
官方URL https://chromewebstore.google.com/detail/testing-library-recorder/pnobfbfcnoeealajjgnpeodbkkhgiici
简介 Testing Library Extension for Chrome DevTools Recorder
文件大小 13.19 KB
安装次数 1,079
当前版本 0.4.0
更新时间 2022-08-24
上架时间 2022-08-20
评分 5.00/5 共1次评分
开发者 Nick McCurdy
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/testing-library/testing-library-recorder-extension
帮助页面URL https://github.com/testing-library/testing-library-recorder-extension
支持的语言 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"
}