You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the ideal world there would be a select box with different test libraries (Jest + TL, Cypress + TL, ...) which would define the output code.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: