Is there support in IntelliJ for executing tests i...
# kotlin-native
j
Is there support in IntelliJ for executing tests in IDE? They result in "test events not received". Running command line works
k
Not yet. There’s a thread about this from a few weeks ago…
Guess that’s more about debugging. You can debug in Xcode, but there’s a lot of steps currently
j
🤔 Thanks. I'll stick w/ command line for now. IDE test support will be important for adoption
k
Agree on adoption. I mostly use command line, but filter with a param to run specific tests during dev (script: https://gist.github.com/kpgalligan/7e33fba18e6073740dc7a094772004f2)
👍 2
j
Can the JVM specific tests be run from IDE or all tests need to be run via gradle?
d
JVM tests can be run from the IDE. It's the only one with decent integration.
j
I get the same error when executing JVM tests
d
Is there support in IntelliJ for executing tests in IDE? They result in “test events not received”.
We are planning to add support for showing Kotlin/Native test results in IJ Ultimate soon.
🌶️ 1
k
sounds like i should switch from CE
✔️ 3