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
sam
06/25/2023, 10:55 PM
That's correct. It's something we want to do, but will need our own gradle plugin.
e
Edoardo Luppi
06/26/2023, 8:19 AM
@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
sam
06/26/2023, 1:04 PM
There's some trickery around the way the JS runner / native runner are invoked IIRC that intellij is special casing