Hi, has anyone had any success running all Spek te...
# spek
j
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
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
Cool, thanks! That’s an option too! @jk suggested adding the JUnit launcher which solved the issue.