Cooling signalNo paid features detectedHigh-risk permissions
UI5 Journey Recorder icon

UI5 Journey Recorder

A point-and-click adventure for your UI5 tests

Users901Current public install base
Rating3.7Store average score
Reviews3Public review volume
Manifest versionV3Extension platform version
7-day growth-63Net users gained this week
7-day growth rate-6.54%Relative weekly velocity
Preview

UI5 Journey Recorder Media preview

6 assets
Trend

User growth trend

Review user movement across collected snapshots.

User Growth Over Time

8969119279429572026年7月15日2026年7月18日2026年7月21日Latest: 901
Rating trend

7-day rating trend

View collected rating snapshots from the latest 7-day window to assess rating stability.

7-day rating change

Start
3.67
Latest
3.67
7-day rating change
0.00
3.573.623.673.723.772026年7月15日2026年7月18日2026年7月21日Latest: 3.67
2026年7月15日2026年7月21日
Growth overview

Daily, weekly, and monthly growth

Compare 1-day, 7-day, and 30-day net growth and growth rate.

1-day growthNo data
----
7-day growthDeclining
-63-6.54%
30-day growthNo data
----
Technical snapshot

Version, languages, and crawl freshness

Review publication date, version, supported languages, and crawl timestamps.

Version0.3.5
ManifestV3
Size13.76MiB
Languages1English
Published
Store updated
Last crawled
English
Overview

Product summary

Review the store description, core capabilities, and common use cases.

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.

Reviews

Recent review snapshot

Inspect the latest comments and rating distribution.

Store average score3.7Chrome Web Store aggregate rating, including ratings without synced review text
Synced text average3.0Average computed only from synced review bodies below
Reviews with text2Synced review bodies
Total ratings / reviews3Chrome Web Store public rating/review count

Store average score: 3.7. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.

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

Version 0.3.5Language en
Nicolai Schönteich2022年10月20日
5

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

Language en
7 helpful · 0 not helpful