Encapsulate
Record your Qyrus Web Tests and run them locally on your Chrome browser
Cos'è Encapsulate?
Encapsulate è un'estensione di Chrome sviluppata da qyrusai, e la sua funzione principale è "Record your Qyrus Web Tests and run them locally on your Chrome browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Encapsulate
Scarica i file di estensione Encapsulate 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
Qyrus is a end to end testing platform designed to test Web, Mobile and APIs for all digital enterprises. With its codeless approach to testing Web, Mobile & APIs, Qyrus is the fastest way to start the journey of automated testing for your enterprise. Qyrus Encapsulate: Quickly record, configure and run functional UI tests. Record user journeys that are added to the Qyrus Test building screen, which can then be edited, parameterised and asserted for various conditions - test cases. The recorder also lets you run the created tests to check for its validity and function before you push the test to the Qyrus cloud. Qyrus Encapsulate chrome extension only used for the purpose of creating and playing-back web application UI tests in Qyrus Platform. This extension is only invoked when Qyrus.com is open and the user is authenticated on the platform. This extension doesn't work in stand alone mode.
Informazioni di Base sull'Estensione
Nome | Encapsulate |
ID | ggnhnadohjgcdiggmgfhfjfgpgbopbcc |
URL Ufficiale | https://chromewebstore.google.com/detail/encapsulate/ggnhnadohjgcdiggmgfhfjfgpgbopbcc |
Descrizione | Record your Qyrus Web Tests and run them locally on your Chrome browser |
Dimensione del File | 88.41 KB |
Conteggio Installazioni | 220 |
Versione Corrente | 2.4.4 |
Ultimo Aggiornamento | 2023-09-23 |
Data di Pubblicazione | 2021-10-06 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | qyrusai |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://qyrus.com |
URL della Pagina di Aiuto | https://qyrus.com |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Encapsulate", "version": "2.4.4", "description": "Record your Qyrus Web Tests and run them locally on your Chrome browser", "icons": { "128": "assets\/Group16611.png" }, "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "contextMenus", "unlimitedStorage", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", " |