-
Notifications
You must be signed in to change notification settings - Fork 1
Recorder #23
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
current behavior: - click the record button, it turns red - on click in web view, selector is generated and sent to the extension process. - extension gets the paused location; todo from here
- generated code is inserted before the breakpoint (needs rolling offset)
- make test framework/library info available to codegen - refactor codegen into new file
- setup recorder state retained during debug run
- Clean up back-end recorder setup code - Improve selector generation in front end code
handle more input event types (front end)
improve codegen add the codegen for missing imports needed for the new test code
- disable from submission's default navigation behavior in the webview - run code as debug expression before writing it to the file
- include the text in the generated 'change' event - add initial right-click command to create UI test
Fix initial file create behavior for exported arrow functions
- avoid multiple matches by using exact regex
- Add recorder panel UI - code view on left half (using fake data atm) - mouse event selection on right half
- fix panel sizing getting stuck - fix radio button colors
- perform the edit when the debug session ends - display the generated code grouped by line to insert at
- pass the whole set of code insertions to the client when the inserted code is changed
- Show Code Lens in between lines of code to indicate where the generated code will go
- add remove button to upcoming code insertions
- Make sure imports are properly generated into the test file
- perform the code edit, and clear the ui codegen state on debugger restart. - move performEdit to separate file
- move code gen into separate file, add useExpect flag on alt click
- generate expect statements on alt click
- fix type error
- use userEvent library when available
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.