Comment 6 for bug 426283

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 426283] Re: HTML formatter

On Sun, 2009-09-27 at 14:22 +0000, Jelmer Vernooij wrote:
> Actually, the output from
> http://tungwaiyip.info/software/HTMLTestRunner.html would be sortof the
> thing we're looking for.
>
> What I would like to replicate is something that works at least as well
> as this:
>
> http://build.samba.org/?function=View+Build;host=bnhtest;tree=samba_4_0_test;compiler=gcc
>
> but preferably something nicer and with more overview.

So, basically this looks like:
 - pick a template engine
 - pick a JS UI library
 - write your page

The glue code required is quite trivial - you can see how small
pyjunitxml is.

-Rob