Grails project with several inline plugins. How to run tests on the whole app at once? -
i have project several inline plugin dependencies. possible run tests cover whole app (including plugins) project? looking solution doesn't involve publishing plugins repository.
the end goal able coverage (clover) on whole app. right can using gradle script runs test-app on each inline plugin , afterwards in project , in end merges coverage reports.
the problem approach 1 of plugins compiled many times, because dependency of of other plugins , of project.
any ideas on how improve situation above?
Comments
Post a Comment