Testing Library: which query
Find the suggested query to use in your tests
Co to jest Testing Library: which query?
Testing Library: which query to rozszerzenie Chrome opracowane przez Ben Monro, a jego główną funkcją jest „Find the suggested query to use in your tests”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Testing Library: which query
Pobierz pliki rozszerzeń Testing Library: which query w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Testing Library: which query |
ID | olmmagdolfehlpjmbkmondggbebeimoh |
Oficjalny URL | https://chromewebstore.google.com/detail/testing-library-which-que/olmmagdolfehlpjmbkmondggbebeimoh |
Opis | Find the suggested query to use in your tests |
Rozmiar pliku | 1.26 MB |
Liczba instalacji | 3,148 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2020-06-18 |
Data Publikacji | 2020-06-17 |
Ocena | 4.00/5 Łącznie 3 Oceny |
Deweloper | Ben Monro |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/testing-library/which-query |
Adres URL Strony Pomocy | https://github.com/testing-library/which-query/issues |
Obsługiwane Języki | 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": [ " |