This might be a daft question, but how do I run Sp...
# spek
v
This might be a daft question, but how do I run Spek tests from the gradle command line?
gradlew clean test
reports
5 actionable tasks: 5 executed
(there are 5 test files) but there's no console logging, even when tests fail. The tests run in IntelliJ as expected.
f
this just means that gradle ran 5 tasks, not that it found 5 tests
Have you checked that you added the required stuff in your build.gradle? http://spekframework.org/docs/latest/#_gradle
v
Ah, thank you. I knew it was a daft question. Now to find out why it failed... 🙂
r
@liamd is your question has been solved?
v
Yes, Fred's link showed me what I was missing from build.gradle.
r
@liamd great, i also pr for latest android studio and depedencies here https://github.com/spekframework/spek-android-example/pull/3