Testing Library: which query

Find the suggested query to use in your tests

Testing Library: which queryとは何ですか?

Testing Library: which queryはBen Monroによって開発されたChromeの拡張機能で、その主な機能は「Find the suggested query to use in your tests」です。

拡張機能のスクリーンショット

screenshot
screenshot

Testing Library: which query拡張機能のCRXファイルをダウンロード

Testing Library: which query拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        DevTools for Testing Library.  You can now improve your tests using best practices & guidance from testing library. Features include:

* Copy queries from any web page
* Elements Inspector Panel
* Play with queries right in the dev tools console window.                    

拡張機能の基本情報

名前 Testing Library: which query Testing Library: which query
ID olmmagdolfehlpjmbkmondggbebeimoh
公式URL https://chromewebstore.google.com/detail/testing-library-which-que/olmmagdolfehlpjmbkmondggbebeimoh
説明 Find the suggested query to use in your tests
ファイルサイズ 1.26 MB
インストール数 3,148
現在のバージョン 0.0.2
最終更新日 2020-06-18
公開日 2020-06-17
評価 4.00/5 合計 3 レビュー
開発者 Ben Monro
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/testing-library/which-query
ヘルプページのURL https://github.com/testing-library/which-query/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Testing Library: which query",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Find the suggested query to use in your tests",
    "homepage_url": "https:\/\/github.com\/testing-library\/which-query",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "dist\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "dist\/globals.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/contentScript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon48.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-nP0EI9B9ad8IoFUti2q7EQBabcE5MS5v0nkvRfUbYnM='; object-src 'self'",
    "devtools_page": "pages\/devtools.html",
    "permissions": [
        "activeTab",
        "contextMenus",
        "clipboardWrite"
    ]
}