Testing Library: which query

Find the suggested query to use in your tests

Co je Testing Library: which query?

Testing Library: which query je rozšíření Chrome vyvinuté Ben Monro, a jeho hlavní funkcí je „Find the suggested query to use in your tests“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Testing Library: which query

Stáhněte si soubory rozšíření Testing Library: which query ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Testing Library: which query Testing Library: which query
ID olmmagdolfehlpjmbkmondggbebeimoh
Oficiální URL https://chromewebstore.google.com/detail/testing-library-which-que/olmmagdolfehlpjmbkmondggbebeimoh
Popis Find the suggested query to use in your tests
Velikost souboru 1.26 MB
Počet instalací 3,148
Aktuální Verze 0.0.2
Poslední Aktualizace 2020-06-18
Datum Vydání 2020-06-17
Hodnocení 4.00/5 Celkem 3 Hodnocení
Vývojář Ben Monro
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/testing-library/which-query
URL Stránky Nápovědy https://github.com/testing-library/which-query/issues
Podporované Jazyky 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"
    ]
}