Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
222 views
in Technique[技术] by (71.8m points)

java - How to show only class name when running unit tests from gradle project in IntelliJ IDEA?

For IntelliJ IDEA Community Edition v2020.3.1

When I run a test from a Gradle project, the full name of the class is displayed. But this does not happen when I run the same type of test in a Maven project. It's a bit annoying because it's not easy to read when you run multiple unit tests.

Maven & Gradle projects on IntelliJ IDEA screenshot:

screenshot

question from:https://stackoverflow.com/questions/65622740/how-to-show-only-class-name-when-running-unit-tests-from-gradle-project-in-intel

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

It is not possible to hide/disable grouping by packaged for Gradle. Feel free to file a request for this at https://youtrack.jetbrains.com/issues/IDEA.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...