6 messages in com.canoo.lists.webtestRe: [Webtest] formatting results
FromSent OnAttachments
Lisa Crispin15 Jun 2007 15:25 
Marcel Stör16 Jun 2007 01:32 
Michael Habbert18 Jun 2007 00:05 
Lisa Crispin18 Jun 2007 08:10 
Michael Habbert18 Jun 2007 23:46 
Marcel Stör19 Jun 2007 06:50 
Subject:Re: [Webtest] formatting results
From:Marcel Stör (mar@frightanic.com)
Date:06/19/2007 06:50:59 AM
List:com.canoo.lists.webtest

Lisa Crispin wrote:

Hi Marcel, Are you saying the resources directory should be copied under my results directory? That isn't happening. I am pointing to the style sheet in

Yes, exactly. That's what we're seeing here.

We invoke Webtest from Ant like so:

<property name="webtest.testfile" value="suite.xml" /> <property name="webtest.testdir" value="${webtest.home}/.." /> <ant antfile="${webtest.home}/resources/webtestsRunner.xml"/>

That webtestsRunner.xml script does it all.

the resources folder for my formatting target. I tried copying that directory myself and running the formatting, but it looks the same. The page looks fine, except it doesn't have any graphs or histograms, I'm wondering how to get those to come up.

Did you check the generated (i.e. transformed) .html file? It should give you an idea what paths are referenced.

Regards, Marcel