kotest / kotest-intellij-plugin

The official Kotest plugin for Intellij and Android Studio
Apache License 2.0
175 stars 23 forks source link

micronaut-test-resources is not supported #231

Closed mf-guse closed 1 year ago

mf-guse commented 1 year ago

I use the kotest plugin a lot in my daily business and it helps me a lot!

Unfortunately the plugin does not support micronaut-test-resources as this framework needs tests to be started by gradle, see https://github.com/micronaut-projects/micronaut-test-resources/issues/120

A testproject can be found in https://github.com/mf-guse/micronaut-test-resources-test.

If you run the test using the kotest plugin the required Docker Testcontainer is not started. Run the test using Gradle, it is started.

Do you see any chance to let the plugin support micronaut-test-resources?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.