Hi, has anyone had any success running all Spek tests with right click -> “Run all tests” in IntelliJ? Our spek tests aren’t being recognized that way.
r
raniejade
02/23/2018, 11:34 AM
If you right click a package, there should be an option to run all specs in that package. You should have the spek plugin installed.
j
Jesper Hasselström
02/23/2018, 12:46 PM
Cool, thanks! That’s an option too! @jk suggested adding the JUnit launcher which solved the issue.