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

runIdeForUiTests no longer works with GitHub action

hstaudacher opened this issue · comments

I tried to enable ui tests for our IntelliJ plugin when I encountered problems. The wait for the ide step always times out.

So, I forked this repository and changed the runTest workflow to run on every push to master with the same result. On this project I've seen that the last time the tests ran was about 3 months ago. You can see the build outputs of my fork here: https://github.com/hstaudacher/intellij-ui-test-robot/actions/runs/3543076723

Hi, thanks for the issue. I've updated java and gradle-plugin and that helped:
https://github.com/JetBrains/intellij-ui-test-robot/actions/runs/3543929306
Although there is a minor issue left on Windows - terminal was shown over the Idea

Thanks, tested it and it's working now.