Hi, thanks for such a great and need neotest java adapter, it's just amazing!
During using this adapter I'm facing issues when I need to extend run test command, for example by extending --include-classname pattern (to be able to scan tests classes that not covered by default patter like *IT.java), or in case need to add some special JVM arguments, like java agents (for example jmockit, or mockito-core agents - in my case without such agents, tests will not be working at all). like here:
main...sergii-dudar:neotest-java:main#diff-9c88462a7df8f7c7dd964eea48d80dfbd04d197224657ad2f15981e8f59eedbdR95
It will be amazing if similar ability will be available on level of adapter configuration.
such ability will extend range of using java adapter a lot, especially in case more complex java projects