testing-playground icon indicating copy to clipboard operation
testing-playground copied to clipboard

Events recorder with test code output

Open petrkrejcik opened this issue 5 years ago • 2 comments

Summary 💡

The extension would have a record button which would store every user action performed in the page (click, type, etc.) to a code output window.

Examples 🌈

Something similar is already done in Cypress Recorder.

In the ideal world there would be a select box with different test libraries (Jest + TL, Cypress + TL, ...) which would define the output code. image

Motivation 🔦

It could be useful to make a basic skeleton of a test. The output from the recorder could be pasted directly into a test function and a user would have a basic flow of the test without any effort.

A user would add just the assertions and a test is ready.

petrkrejcik avatar Nov 10 '20 21:11 petrkrejcik

Hi @petrkrejcik,

Thanks for the feature request. Are you willing / able to spend time on a pull request?

smeijer avatar Nov 10 '20 22:11 smeijer

Sorry, I am not able to spent time on implementing this feature. I hope there might be somebody.

petrkrejcik avatar Nov 11 '20 22:11 petrkrejcik