kotest-intellij-plugin
kotest-intellij-plugin copied to clipboard
Support running on non-local envrionment
Hi,
Thanks for maintaining this convience plugin. It would be great if I can configure the run configuration to let a particular kotest run in docker or WSL2, similar to how Junit test in Intellij can be ran in docker or WSL2 as shown below

Is this an intellij screenshot ?
On Tue, 17 May 2022 at 23:14, CXwudi @.***> wrote:
Hi,
Thanks for maintaining this convience plugin. It would be great if I can configure the run configuration to let a particular kotest run in docker or WSL2, similar to how Junit test in Intellij can be ran in docker or WSL2 as shown below [image: image] https://user-images.githubusercontent.com/17377423/168955518-75ab4a5b-5113-48ea-8ff1-73bd4f24ed91.png
— Reply to this email directly, view it on GitHub https://github.com/kotest/kotest-intellij-plugin/issues/170, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFVSGVVZIRL3QZ6AHINWRTVKRVBTANCNFSM5WHAVFOQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Yes, I think this functionality appears since a 2021 version intellij
I think this is the same cause, so I didn't create a separate issue
But when I open a project stored in WSL2
and run a test by clicking the run button. it show that kotest can not run as it is not a Win32 process

On the other hand, if I right-click a folder and click run test. It works fine (but I guess it works because running test from folder let IntelliJ tries to run through JUnit 5, whereas the run button that the plugin creates is actually running the kotest through the plugin)

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.