testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2'
for gradle I had to add the line above to make it work. I have these three lines now:
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2'
testRuntimeOnly 'org.junit.platform:junit-platform-engine:1.12.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2'