GradIe test doesn't run after updating IntelliJ Community 2019.2.1
Answered
Hi!
Gradle taks :test is not running after updating today to IntelliJ Community 2019.2.1
All the gradle tasks run fine except :test
Test Result shows Test events were not received message
Downgrading to version 2019.2 solves the issue, also 2019.1.4 works fine
I'm using Gradle to run Test NG.
Anyone else faced this issue and know how to solve it?
Kind regards,
Mike
Please sign in to leave a comment.
Please report at https://youtrack.jetbrains.com/issues/IDEA and attach a small sample project to reproduce the issue.
I have exactly the same problem. I can run the tests from the terminal:
./gradlew test
However executing the same task by double clicking on it in the Gradle window would result in no tests being executed and "Test events were not received" message.
https://youtrack.jetbrains.com/issue/IDEA-221159