This message was deleted.
# community-support
s
This message was deleted.
v
Spock version?
j
Rather old one, 1.1-groovy-2.4.
v
I'd guess you are still on 1.x which is JUnit 4 based. So if you do not use JUnit platform, the default JUnit 4 is used and the Spock specs are run. If you do use JUnit platform, of course the JUnit 4 test are not run anymore.
I would recommend updating to Spock 2.3, as Spock 2.x is now also a JUnit platform engine.
Alternativiely, if for whatever reason you cannot udpate, you could add the JUnit Vintage engine, so that the JUnit 4 based tests like Spock 1.x tests are run on JUnit platform
j
As long as I don't run in too many backwards incompatible issues, upgrading makes sense. New tests are being written in kotlin, and not certain migrating the rest will be worthwhile. Thanks!
v
Oh, well, update and throw away kotest 😄
👀 1
But yeah, then just add the vintage engine and it should be good