-
Notifications
You must be signed in to change notification settings - Fork 55
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
unit test #45
Comments
oh, just found it: |
@qknight, sounds like a good idea, let me know how it goes! |
i'd like to test the editor interactively but i don't have an idea how to do that. are there specific client commands like: move cursor right, insert letter x, tell me where the curser is in the document, get word after cursor and so on? that would make testing easy and i'd like to finish this test soon as leaps keeps breaking and i need proper testing for the WS stuff and so on. |
i want to use javascript with selenium to test if leaps is working correctly but i don't know how to insert 'text' into the textedit.
are you doing that already? any idea welcome!
The text was updated successfully, but these errors were encountered: