Join Slack
Powered by
Hey folks, is there any way to group tests and run...
# spek
d
Dennis Schröder
10/20/2022, 9:36 AM
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.
11
Views
Open in Slack
Previous
Next