JetBrains / intellij-ui-test-robot

The library allows you to write and execute UI tests among IntelliJ IDEA. You can test your Plugin.

Home Page:https://jetbrains-platform.slack.com/archives/C026SVA9MMM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More functionality to TextEditorFixture.kt

olkornii opened this issue · comments

I want to ask about EditorFixture, is it possible to expand functionality of editor?
I mean some default functions as "select text", "copy", "paste", "insert text".
If it is possible, I could try to implement it. If not, do you plan to add this functions? If not, I can implement it in my project by myself.

https://github.com/JetBrains/intellij-ui-test-robot/blob/master/remote-fixtures/src/main/kotlin/com/intellij/remoterobot/fixtures/TextEditorFixture.kt

Hello, please feel free to PR. We appreciate it!
If you have any questions about implementation, we can discuss it in this issue.

Hi, cool. I'll try to add it ASAP. Thank you :)

@nizienko Hello, can I ask you for some contact as gmail or slack? I'm newbee in kotlin and javascript, so if it is possible, could I ask for some consulting about, how it works together in remote-robot? :)