-
Notifications
You must be signed in to change notification settings - Fork 249
Re-implement UI Event Recorder and Counter #1122
Copy link
Copy link
Open
Labels
Description
Is your feature request related to a problem? Please describe.
We are currently missing a way to record and replay UI interactions for testing. In FURY v1, we had an Event Recorder and Event Counter that allowed us to capture user actions and replay them to make sure the UI behaves correctly. Without this, testing complex interactions is a manual headache.
Describe the solution you'd like
We need to bring back the record/play functionality into v2. Which should be able to record, store and replay the event from the stored data. Refer v1 implementation.
Reactions are currently unavailable