Cypress Recorder Cypress Recorder

Developer Tools
Version: 1.1.0
Last Update: 2021-10-19

Overview

Cypress Recorder is a Chrome extension developed by KabaLabs. According to the data from Chrome web store, current version of Cypress Recorder is 1.1.0, updated on 2021-10-19.
10,000+ users have installed this extension. 10 users have rated this extension with an average rating of .

Records a user session and generates cypress code for automation and testing purposes.

Cypress Recorder

Cypress Recorder is a developer tool that records user interaction within a web application and generates Cypress scripts to allow the developer to replicate that particular session. This will speed up your development cycle by facilitating the creation of unit and integration tests.

Getting Started
Click 'Add to Chrome'. That's it! Once you see our icon at the upper-right of your browser window, you are ready to start generating Cypress scripts.

Features
This extension will allow you to:
* Record clicks, typing, submits, and navigation in the browser.
* See the scripts render live as they are generated.
* Delete accidental actions.
* Reorder actions as necessary.
* Pause and resume recording within a single session.
* Record navigation within a domain.
* Copy the generated code to your clipboard.

Usage
* Open the extension and click 'Start Recording' to begin recording actions.
* Click links, submit forms, etc.
* Check your saved actions by opening the popup at any time.
* Click 'Stop Recording' to stop recording. From there, you will have the option to resume recording, reset, or copy your generated code to your clipboard.
* You can also use keyboard shortcuts:
On Macs:
- ctrl + R to start and stop recording
- ctrl + G to reset
On PCs and Linux:
- alt + R to start and stop recording
- alt + G to reset

Authors
Abbey Campbell | https://github.com/abbeycampbell
Bradley Morgan | https://github.com/bkmorgan3
Ken Sakuma | https://github.com/gxcad
Adam Stover | https://github.com/adam-stover

We welcome contributions to this project! Check us out on Github: https://github.com/KabaLabs/Cypress-Recorder

Rating

10 ratings

Total Installs

10,000+

Information

Last Update

2021-10-19

Current Version

1.1.0

Size

202KiB

Author

KabaLabs

Website

None

Category

Developer Tools

Latest Reviews

See More

avatar Michael Schantin
2022-03-07

Unfortunately doesn't even manage to record a select, the Cypress Scenario Recorder (https://chrome.google.com/webstore/detail/cypress-scenario-recorder/fmpgoobcionmfneadjapdabmjfkmfekb/related?hl=en) does a better job.

avatar Alessandro DO VALLE NUNES
2020-10-14

Very useful!

avatar Kenny Somerville
2019-11-05

Very handy!

avatar Ryan Bernstein
2019-11-01

Extremely useful for generating cypress automation code!

avatar Randy Reyes
2019-10-31

this is so much better than manually traversing the DOM. thank you!