On 05/05/2011, at 6:11 PM, Sean Van Buggenum wrote: > Hi all (again), > > Just one more question I have... and then i'm through! > > I've noticed that junit tests are run automatically, and html reports even > automatically generated.... > and they look exactly how i'm already used to, except for one thing; > > a single, small, html report is generated for every project within my > multiproject situation. > whereas, > I would like to have one single HTML report which includes all projects. > > Is there an easy way to do this?
Not yet. We want to make this easy to do at some point. Right now, the test report is baked into the test task, so you can't reuse it. We'd like to split it out into a separate task, and possibly add some kind of 'aggregated reports' plugin to wire it all up for you. > Or do I have to go through a bit of ant pain to get there. > I have seen an example of this, > > https://github.com/geb/geb/blob/master/build.gradle > > and it is something i'd rather avoid .... if possible.... since everything > else is working so nicely and so easily! > > anyone ? > > thanks and regards, > > sean > > -- Adam Murdoch Gradle Co-founder http://www.gradle.org VP of Engineering, Gradleware Inc. - Gradle Training, Support, Consulting http://www.gradleware.com
