Describe the bug:
The example test "MyPluginTest" works correctly with this template. but if I increase platformVersion to a later idea version it no longer works.
Steps to reproduce:
change this in gradle.properties:
> No tests found for given includes: [com.github.christophsturm.testplugin.MyPluginTest](--tests filter)
* Try:
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
Describe the bug: The example test "MyPluginTest" works correctly with this template. but if I increase platformVersion to a later idea version it no longer works. Steps to reproduce: change this in gradle.properties:
run MyPluginTest gradle says:
Expected behavior:
the test should run
Additional context: