Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Events recorder with test code output #294

Open
petrkrejcik opened this issue Nov 10, 2020 · 2 comments
Open

Events recorder with test code output #294

petrkrejcik opened this issue Nov 10, 2020 · 2 comments
Labels
feature New feature or request

Comments

@petrkrejcik
Copy link

petrkrejcik commented Nov 10, 2020

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 petrkrejcik added the feature New feature or request label Nov 10, 2020
@smeijer
Copy link
Member

smeijer commented Nov 10, 2020

Hi @petrkrejcik,

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

@petrkrejcik
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants