DeploySentinel Recorder DeploySentinel Recorder

Developer Tools
Version: 0.7.1
Last Update: 2022-07-27

Overview

DeploySentinel Recorder is a Chrome extension developed by Mike. According to the data from Chrome web store, current version of DeploySentinel Recorder is 0.7.1, updated on 2022-07-27.
1,000+ users have installed this extension. 7 users have rated this extension with an average rating of .
developer website: deploysentinel.com

Record browser interactions to auto generate Cypress, Playwright and Puppeteer test scripts.

Simply step through your website while recording with DeploySentinel Recorder and the extension will convert the captured user flow into a Cypress, Playwright or Puppeteer script.

✨ Features

- πŸ’» Automatically capture clicks, keyboard inputs, window resizes, and scroll events.
- πŸ€– Generate clean and commented scripts for Cypress, Playwright and Puppeteer.
- πŸ“‹ Preview recording progress and copy generated scripts mid-test to clipboard.
- πŸ“› Generate element selectors using `id` and `class` as well as other HTML properties (ex. `aria-label`, `alt`, `name`, `data-testid`)
- πŸ–± Capture hover events via context menu option (right-click)
- βœ… Assert/wait for specific text to be visible on the page
- πŸ“Έ Generate full page screenshot events

✨ Getting Started

1. Visit the site you want to start recording from
2. Click the extension icon and click "Start Recording from Current Tab"
3. Use the site as you would normally (click links, fill forms, etc.) Right-click an element and select "Record hover over element" to record a hover event over an element.
4. Click "End Test" whenever you are done. You can copy the generated script via the recording overlay.
5. Click the extension icon and select "View Last Recording" to access the last recorded test any time afterwards.

Pro tip: To view captured steps or generated code mid-recording, click "Show More" in the recording overlay.

Learn more from the docs: https://www.deploysentinel.com/docs/recorder

Have feedback or want to contribute improvements? View this extension on Github: https://github.com/DeploySentinel/Recorder

Rating

7 ratings

Total Installs

1,000+

Information

Last Update

2022-07-27

Current Version

0.7.1

Size

686KiB

Author

Mike

Website

deploysentinel.com

Category

Developer Tools

Latest Reviews

See More

avatar Keith Speers
2022-03-14

Powerful and easy to use

avatar Jarrett Devereaux
2021-12-28

Super helpful and I'll recommend this to colleagues.

avatar Michael Blackham
2021-11-19

Super easy. Works as expected!

avatar Katy Shi
2021-11-18

great extension! helps make testing scripts really quickly

avatar Amine Maghous
2023-02-04

Works very well, at least on a simple website I tried it on.
There is one error regarding querySelector when there's special chars like '[' and ']' it doesn't escape them properly adds one '\' instead of two '\\' before the special char