Hey there! I was looking at the Kotest's IJ plugin...
# kotest
e
Hey there! I was looking at the Kotest's IJ plugin section, and it says
The Intellij plugin ... will not run common tests of a multiplatform project
Does that mean the Run Configuration is not available for the
commonTest
layer? If so, is that because of a technical limitation? I do develop IJ plugin so feel free to share platform-related details if needed.
s
That's correct. It's something we want to do, but will need our own gradle plugin.
e
@sam thanks! Common tests run through the command line tho, right? As far as I remember the Run Configuration/Unit test system is based on analyzing the process output
s
There's some trickery around the way the JS runner / native runner are invoked IIRC that intellij is special casing