Testing Library: which query

Find the suggested query to use in your tests

Testing Library: which query क्या है?

Testing Library: which query Ben Monro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find the suggested query to use in your tests"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Testing Library: which query एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}