[Buildbot-devel] createTestsSummary and sub createTestsSummary
claude vittoria
vittoric at wanadoo.fr
Mon Aug 11 11:00:24 UTC 2008
Hi,
I m searching to generate sub test summaries.
I understood how to do a summary from a builderstep with LogLineObserver. The link is in waterfall and when I click I see my generated html.
Now I try to generate a sub page to get a summary of a test set. That is more valuable to see the summary of summary that to get a lot of red/green numbers.
I can create a link whose calls an action in a class to generate a page, but I don't find how to store a static html page and reload it. And I don't want to generate dynamically the summary. I implemented this solution but a lot of code of buildbot is added/modified.
I try to implement:
Test step (waterfall) -> html summary of test sets -> summary for each set -> log
(ok) (ok) (KO I build the html page, but I don't find how to save it and reload it)
I don't want to modify the code of buildbot, I try only to add an optional feature. I look twisted API but I don't find where to begin to search...
Thanks for help,
Claude
More information about the devel
mailing list