Test Runner tab not showing
Answered
Hello,
I recently updated from intellij 2016 to 2017.1 and I encountered an issue with the test runner tab
I had a gradle run config with "clean test" task and some script parameters, but when I run it now (on 2017.1) the test runner tab no longer opens. Only the default run tool window is shown. This worked before on v2016
Has anyone else encountered this problem and have a solution?
Thanks,
Robert
IntelliJ IDEA 2017.1
Build #IC-171.3780.107, built on March 22, 2017
JRE: 1.8.0_112-release-736-b13 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.10.5
Please sign in to leave a comment.
Check your settings:
I tried a different runner, but the result was the same (only run tool shows up, without test runner).
By default Platform Test Runner was selected
Please share a sample project to reproduce this problem.
While creating the sample project I found the issue. I had 2 plugins that required updating.
I updated the plugins and refreshed the gradle project and the test runner tab shows up correctly. (plugins: cucumber and gherkin).