Hi. IntelliJ 2019.1 will default to using Gradle to build and run tests, but Gradle doesn’t report test names correctly for anything but “vanilla” JUnit test classes. (See issue https://github.com/gradle/gradle/issues/5975). This makes test results very hard to diagnose. Will JetBrains be doing anything to address this problem before 2019.1 is released?
👍 4
m
Mike
02/20/2019, 11:28 AM
Have you tried gradle 5.2.1? Not using dynamic directly, but parameterized tests were showing up correctly in 2019.1 with junit 5.4.0 and gradle 5.2.1.
And eventually someone will tell you this isn't strictly on topic for channel as this is really for kotlin plugin in intellij questions/discussions, but I'm not aware of a place to have a discussion like this so I still respond when I can.