Not sure if this was obvious, but while running common tests from the IDE is a hit-or-miss, I recently found out that IDEA offers a way to run custom gradle tasks that can be used as a stop-gap. Very useful for debugging with breakpoints:
👍 3
k
Kris Wong
01/01/2020, 3:58 PM
that's how IDEA does it when you press the run button on a test or test class
s
saket
01/01/2020, 5:50 PM
There's a small difference: IDEA creates a JUnit run configuration