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