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

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -