UI5 Journey Recorder
A point-and-click adventure for your UI5 tests
UI5 Journey Recorderとは何ですか?
UI5 Journey Recorderはtabrisevangelionによって開発されたChromeの拡張機能で、その主な機能は「A point-and-click adventure for your UI5 tests」です。
拡張機能のスクリーンショット
UI5 Journey Recorder拡張機能のCRXファイルをダウンロード
UI5 Journey Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With the UI5 Journey Recorder you can easily record your test journeys for your UI5 app.
Export it to wdi5 + OPA5 or save it for later use.
Share it with others and replay tests within our browser without any framework needed. 拡張機能の基本情報
| 名前 | |
| ID | clhcepeibbgcdmhalaaomdpofecmgimf |
| 公式URL | https://chromewebstore.google.com/detail/ui5-journey-recorder/clhcepeibbgcdmhalaaomdpofecmgimf |
| 説明 | A point-and-click adventure for your UI5 tests |
| ファイルサイズ | 11.25 MB |
| インストール数 | 555 |
| 現在のバージョン | 0.3.0 |
| 最終更新日 | 2024-02-27 |
| 公開日 | 2022-10-19 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | tabrisevangelion |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/ui5-community/ui5-journey-recorder |
| ヘルプページのURL | https://github.com/ui5-community/ui5-journey-recorder |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "UI5 Journey Recorder",
"short_name": "UI5 Journey Rec",
"description": "A point-and-click adventure for your UI5 tests",
"version": "0.3.0",
"minimum_chrome_version": "88",
"background": {
"service_worker": "\/assets\/scripts\/starter.js"
},
"web_accessible_resources": [
{
"resources": [
"\/assets\/scripts\/page_inject.js",
"\/assets\/scripts\/communication_inject.js"
],
"matches": [
" | |