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

Start using intellij-ui-test-robot for testing #886

Open
SingingBush opened this issue Jul 31, 2023 · 0 comments
Open

Start using intellij-ui-test-robot for testing #886

SingingBush opened this issue Jul 31, 2023 · 0 comments

Comments

@SingingBush
Copy link
Member

Jetbrains have released a testing framework similar to Selenium WebDriver for testing Intellij based plugins: https://github.com/JetBrains/intellij-ui-test-robot

It would be good to start using it to test the project as there are many areas that cannot be tested with typical Junit tests. Potentially this may need to be another sub-project that is run independently against the plugin when it's being run within Intellij.

    var uiTestVersion = '0.11.19'
    testImplementation "com.intellij.remoterobot:remote-robot:${uiTestVersion}"
    testImplementation "com.intellij.remoterobot:remote-fixtures:${uiTestVersion}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant