Join Slack
Powered by
In a multi project build, how can I execute all te...
# kotest
t
tim
07/03/2020, 11:34 AM
In a multi project build, how can I execute all tests (across all projects) from gradle? Basically in my ci pipeline I'd like to do
gradle test --tests "com.example*"
and have it run tests inside :project1 and :project2??
2
Views
Open in Slack
Previous
Next