Testing Library: which query

Find the suggested query to use in your tests

Testing Library: which query là gì?

Testing Library: which query là một tiện ích mở rộng Chrome được phát triển bởi Ben Monro, và tính năng chính của nó là "Find the suggested query to use in your tests".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Testing Library: which query

Tải xuống các tệp mở rộng Testing Library: which query dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Testing Library: which query Testing Library: which query
ID olmmagdolfehlpjmbkmondggbebeimoh
URL Chính Thức https://chromewebstore.google.com/detail/testing-library-which-que/olmmagdolfehlpjmbkmondggbebeimoh
Mô tả Find the suggested query to use in your tests
Kích Thước Tệp 1.26 MB
Số Lần Cài Đặt 3,148
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2020-06-18
Ngày Phát Hành 2020-06-17
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Ben Monro
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/testing-library/which-query
URL Trang Trợ Giúp https://github.com/testing-library/which-query/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}