hi. i'm running spec successfully from gradle, but i'd like to use the debugger. i have the spek plugin installed, but am getting this when I create a Run Configuration in IntelliJ
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)
My build file is based on the user guide with the following dependencies addition.
testRuntime 'org.junit.platformjunit platform launcher1.0.0-M4'