Testing Library: which query

Find the suggested query to use in your tests

Cos'è Testing Library: which query?

Testing Library: which query è un'estensione di Chrome sviluppata da Ben Monro, e la sua funzione principale è "Find the suggested query to use in your tests".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Testing Library: which query

Scarica i file di estensione Testing Library: which query in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Testing Library: which query Testing Library: which query
ID olmmagdolfehlpjmbkmondggbebeimoh
URL Ufficiale https://chromewebstore.google.com/detail/testing-library-which-que/olmmagdolfehlpjmbkmondggbebeimoh
Descrizione Find the suggested query to use in your tests
Dimensione del File 1.26 MB
Conteggio Installazioni 3,148
Versione Corrente 0.0.2
Ultimo Aggiornamento 2020-06-18
Data di Pubblicazione 2020-06-17
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore Ben Monro
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/testing-library/which-query
URL della Pagina di Aiuto https://github.com/testing-library/which-query/issues
Lingue Supportate 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"
    ]
}