Testing Library: which query

Find the suggested query to use in your tests

Qu'est-ce que Testing Library: which query ?

Testing Library: which query est une extension Chrome développée par Ben Monro, et sa fonction principale est "Find the suggested query to use in your tests".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Testing Library: which query

Téléchargez les fichiers d'extension Testing Library: which query au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Testing Library: which query Testing Library: which query
ID olmmagdolfehlpjmbkmondggbebeimoh
URL Officiel https://chromewebstore.google.com/detail/testing-library-which-que/olmmagdolfehlpjmbkmondggbebeimoh
Description Find the suggested query to use in your tests
Taille du Fichier 1.26 MB
Nombre d'Installations 3,148
Version Actuelle 0.0.2
Dernière Mise à Jour 2020-06-18
Date de Publication 2020-06-17
Évaluation 4.00/5 Total 3 Évaluations
Développeur Ben Monro
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/testing-library/which-query
URL de la Page d'Aide https://github.com/testing-library/which-query/issues
Langues Prises en Charge 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"
    ]
}