Recording and Cypress Script Generation


Summary of my bookmarked Github repositories from Jul 5th, 2022

Github repositories

  • KabaLabs/Cypress-Recorder

    Cypress Recorder is a Chrome developer tool that records user interactions in a web application and generates Cypress scripts. This tool allows developers to replicate specific sessions, speeding up the development cycle by enabling the creation of end-to-end tests with Cypress. It offers features such as recording clicks, typing, submits, and navigation, live rendering of generated scripts, the ability to delete or reorder actions, and more. Cypress Recorder can be easily installed from the Chrome Web Store, and it provides keyboard shortcuts for efficient usage. It is built with TypeScript, React, Sass, and utilizes CircleCI for development processes. Contributions are welcome, and the project was inspired by Puppeteer Recorder.