“Test events were not received” when run tests using Intellij

前端 未结 13 2273
花落未央
花落未央 2021-02-06 21:11

I have a Kotlin project and when I run my JUnit tests, I can\'t see tests execution result in IntelliJ and get this message instead:

test events were not

13条回答
  •  南方客
    南方客 (楼主)
    2021-02-06 21:42

    For me, the Same issue was occurring, below changes worked for me. IntelliJ Version I am using: 2019.2.2
    In IntelliJ IDE, Go to

    File -> Settings ->Build,Execution, Deployment -> Build Tools -> Gradle

    here in the Run test using: dropdown selected option was: Gradle(default) changed it to IntelliJ IDEA

提交回复
热议问题