Testing Library: which query

Find the suggested query to use in your tests

Testing Library: which queryคืออะไร?

Testing Library: which query เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ben Monro และคุณลักษณะหลักของมันคือ "Find the suggested query to use in your tests"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Testing Library: which query

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}