We are developing a Java based Play Framework application.
I'm the only eclipse user in my team. My colleagues are using IntelliJ and they are able to run JUnit tests purely from within the IDE.
I wouldn't see this as a problem, since running the tests via ./activator
and attaching a remote debugger is no big deal, but:
They can run one single @Test-annotated method of the whole test class and debug it. And I can't even find a way to run a single method using the activator
command.
Can anyone point me to a solution?