I’ve just release v1.10.0 which adds proper ‘Jump to Source’ support for JUnit5Minutests. What this means in practice is that you can double-click on a test name and be taken to the test block in your source. The same works for contexts but you have to select ‘Jump to Source’ from the menu.
It’s a little bit hacky, relying on guessing your source path from
src/test/java
or
src/test/kotlin
, so I’d be grateful if you’d upgrade, give it a go in your projects and report any issues. Cheers