can you try adding `testRuntime 'org.junit.platfor...
# spek
r
can you try adding
testRuntime 'org.junit.platform:junit-platform-launcher'
? If you're not using
@RunWith(...)
you don't need
junit-platform-runner
.