Hey folks, is there any way to group tests and run...
# spek
d
Hey folks, is there any way to group tests and run those groups separately from the command line? Like Junit's
@Tag("integration")
annotation and then run
./gradlew test -DexcludeTags="integration"
to run only all other tests.