what is really weird is that I don't have any issu...
# spek
s
what is really weird is that I don't have any issues running it with maven through the command line, but I think that's because it's actually not running. I can't get surefire to actually run the test. 11 replies I have
Copy code
INFO: Discovered TestEngines with IDs: []
Exception in thread "main" org.junit.platform.commons.util.PreconditionViolationException: Cannot create Launcher without at least one TestEngine; consider adding an engine implementation JAR to the classpath
	at org.junit.platform.commons.util.Preconditions.condition(Preconditions.java:207)
	at org.junit.platform.launcher.core.DefaultLauncher.<init>(DefaultLauncher.java:52)
	at org.junit.platform.launcher.core.LauncherFactory.create(LauncherFactory.java:42)
	at org.jetbrains.spek.tooling.runner.junit.JUnitPlatformSpekRunner.run(JUnitPlatformSpekRunner.kt:66)
	at org.jetbrains.spek.tooling.MainKt.main(Main.kt:58)