Alibaba Scenario Recorder - New Tab Extension For Chrome
A Chrome extension for recording browser interaction and generating Cypress scripts
This is the extension for recording browser interaction, you can record the user's interaction with the page. When user performs an action on the page, such as clicking a button or navigating through a page, you will see a little icon appear on the upper-right of the browser window. You can choose to record all or some interactions on the page.
When recording, you can specify the type of actions, including selecting, entering text, and clicking. It is useful for recording UI test cases.
You can generate Cypress test scripts by using the recorded user actions and the Cypress APIs. This will help you quickly generate the test code.
The extension also provides a way for the user to add assertions flexibly and automatically.
It is also useful for generating the control path of an element, including xpath, by using the recorded actions.
The extension is convenient to use and is useful for both the unit and integration tests. It will help you speed up the development cycle and make your development life more stable.