Run JUnit test in IntelliJ IDEA 14 without choosing configuration type

后端 未结 3 1096
北海茫月
北海茫月 2021-02-05 06:01

In IntelliJ IDEA 14 with Gradle plugin I would like to run JUnit test without being asked about configuration type. Problem occurs when I run test for the first time - there is

3条回答
  •  感动是毒
    2021-02-05 06:37

    Go to setting > Build, Execution, Deployment > Build Tools > Gradle > Runner and choose "Platform Test Runner" in "Run test using"

提交回复
热议问题