Encapsulate
Record your Qyrus Web Tests and run them locally on your Chrome browser
Encapsulateとは何ですか?
Encapsulateはqyrusaiによって開発されたChromeの拡張機能で、その主な機能は「Record your Qyrus Web Tests and run them locally on your Chrome browser」です。
拡張機能のスクリーンショット
Encapsulate拡張機能のCRXファイルをダウンロード
Encapsulate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Encapsulate |
ID | ggnhnadohjgcdiggmgfhfjfgpgbopbcc |
公式URL | https://chromewebstore.google.com/detail/encapsulate/ggnhnadohjgcdiggmgfhfjfgpgbopbcc |
説明 | Record your Qyrus Web Tests and run them locally on your Chrome browser |
ファイルサイズ | 88.41 KB |
インストール数 | 220 |
現在のバージョン | 2.4.4 |
最終更新日 | 2023-09-23 |
公開日 | 2021-10-06 |
評価 | 5.00/5 合計 7 レビュー |
開発者 | qyrusai |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://qyrus.com |
ヘルプページのURL | https://qyrus.com |
対応言語 | 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:\/\/*\/*", " |