Encapsulate
Record your Qyrus Web Tests and run them locally on your Chrome browser
Was ist Encapsulate?
Encapsulate ist eine Chrome-Erweiterung, die von qyrusai entwickelt wurde, und ihr Hauptmerkmal ist "Record your Qyrus Web Tests and run them locally on your Chrome browser".
Erweiterungsscreenshots
Encapsulate-Erweiterungs-CRX-Datei herunterladen
Laden Sie Encapsulate-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Encapsulate |
ID | ggnhnadohjgcdiggmgfhfjfgpgbopbcc |
Offizielle URL | https://chromewebstore.google.com/detail/encapsulate/ggnhnadohjgcdiggmgfhfjfgpgbopbcc |
Beschreibung | Record your Qyrus Web Tests and run them locally on your Chrome browser |
Dateigröße | 88.41 KB |
Installationsanzahl | 220 |
Aktuelle Version | 2.4.4 |
Letztes Update | 2023-09-23 |
Veröffentlichungsdatum | 2021-10-06 |
Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
Entwickler | qyrusai |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://qyrus.com |
Hilfeseite URL | https://qyrus.com |
Unterstützte Sprachen | 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:\/\/*\/*", " |