Ok I made it work after restarting the IDE 😞
However, IO don’t know if that’s expected but when I run my tests through gradle, only the test written with kotest are recognized, all the other ones, written with Junit 5, are ignored.
Is it an expected behavior?
s
sam
01/28/2021, 4:36 PM
You need to make sure you have both engines on the classpath (so kotest junit runner and junit jupiter)
sam
01/28/2021, 4:36 PM
then you might need to "include" both engines in your gradle config