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
Eメール [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"
}