降温信号未识别到付费功能高风险权限组合
UI5 Journey Recorder icon

UI5 Journey Recorder

A point-and-click adventure for your UI5 tests

用户数901当前公开安装规模
评分3.7商店平均评分
评论数3公开评论体量
Manifest 版本V3插件平台版本
7日增长-63近 7 天净增用户
7日增长率-6.54%相对周增长速度
视觉预览

UI5 Journey Recorder 媒体预览

6 项素材
趋势

用户增长趋势

按已采集快照查看用户数变化。

用户增长趋势

8969119279429572026年7月15日2026年7月18日2026年7月21日最新值: 901
评分趋势

近 7 日评分趋势

展示最近 7 日窗口内已采集的评分快照,辅助判断近期评分是否稳定。

7 日评分变化

起始值
3.67
最新值
3.67
7 日评分变化
0.00
3.573.623.673.723.772026年7月15日2026年7月18日2026年7月21日最新值: 3.67
2026年7月15日2026年7月21日
增长概览

日/周/月增长表现

同口径展示 1 天、7 天、30 天的绝对增长与增长率。

1日增长暂无数据
----
7日增长减少
-63-6.54%
30日增长暂无数据
----
技术摘要

版本、语言与抓取信息

查看发布时间、版本、支持语言、最近更新和抓取时间。

版本0.3.5
ManifestV3
大小13.76MiB
语言数1English
发布时间
最近更新
最近抓取
English
简介

插件简介

查看插件说明、主要功能和适用场景。

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.

评价

最新评论快照

查看最近评论和评分分布。

商店综合星级3.7Chrome 商店给出的聚合评分,包含只有打分但没有同步评论正文的情况
已同步评论均分3.0仅基于下方已同步评论正文计算
有内容评论2已同步的评论正文数量
总评分/评论数3Chrome 商店公开评分/评论计数

商店综合星级:3.7。下方星级分布只统计已同步评论正文;如果某个插件只有公开分数、没有真实评论正文,这里可能为空。

5
1
4
0
3
0
2
0
1
1
Micul Atelier de Testare2025年3月20日
1

0 stars from my side , this extension is worthless , let me brake it down why : 1. Typos and Syntax Errors: descripe: This is a clear typo; it should be describe. const = require("./pages/Page");: This line is syntactically incorrect and useless. It attempts to assign the result of require to an unnamed constant, which is not valid JavaScript. .iPressTheButton();: The last action has a leading dot, but no object reference. This will cause a runtime error. 2. Generic and Unhelpful Method Names: Methods like iPressTheIcon(), iPressTheStandardListItem(), and iShouldSeeTheRow() are too generic. They don't provide any context about which icon, list item, or row is being interacted with. This makes the tests difficult to understand and maintain. iType_asdfgh_IntoTheInput() and iType_q1_IntoTheInput(): hardcoding the input value into the function name, is bad practice. 3. Lack of Specific Selectors: The code relies on these generic methods, which strongly suggests that the tool is not capturing specific UI5 selectors (IDs, view names, control types). Without specific selectors, the tests are highly likely to break if the UI changes even slightly. 4. Missing Implementation in Page Objects: The tool generates the structure of the page objects (e.g., DynamicTilePage, MasterPage, NewFleetOpsPage), but it doesn't populate them with the actual implementation. You'll need to manually add the WebDriverIO commands and UI5 selectors to these page objects. 5. Repetitive Assertions: The repeated NewFleetOps.iShouldSeeTheRow() assertions are not very informative. It would be better to have assertions that verify specific data within the rows. 6. Possible missing awaits: While not immediately obvious, without seeing the page object code, it is very possible that there are missing awaits inside of the page object methods. Conclusion: The generated code provides a basic outline, but it's far from being a working test. You'll need to: Correct the typos and syntax errors. Implement the page object methods with specific UI5 selectors and WebDriverIO commands. Add more specific and informative assertions. Refactor the action methods to be more readable and reusable. So you are better off writing the test your self , because the code generated by this tool is not only useless , but it sets you on multiple wrong tracks , so you will have to side track and backtrack your actions to make it usable

版本 0.3.5语言 en
Nicolai Schönteich2022年10月20日
5

Thanks a lot for this! Helps us generate wdi5 test code in no time!

语言 en
7 有用 · 0 无用