2 messages in com.canoo.lists.webtestRe: AW: [Webtest] verbose output| From | Sent On | Attachments |
|---|---|---|
| Zoth, Jochen | 14 Sep 2006 00:54 | |
| Lisa Crispin | 14 Sep 2006 08:55 |
| Subject: | Re: AW: [Webtest] verbose output![]() |
|---|---|
| From: | Lisa Crispin (lisa...@att.net) |
| Date: | 09/14/2006 08:55:26 AM |
| List: | com.canoo.lists.webtest |
Thanks, Jochen, I'll give it a try! -- Lisa
-------------- Original message ---------------------- From: "Zoth, Jochen" <joch...@masterbit.com>
Hi Lisa, I got the same problem few months ago. Webtest seemed to ignore the settings in log4j.properties.
Try the following lines in your project:
--- <project name="test" basedir="." default="bootstrap">
<import file="../../../programme/webtest/lib/taskdef.xml"/>
<target name="bootstrap"> <java classname="org.apache.tools.ant.Main" fork="true" classpathref="webtest.path.id" > <sysproperty key="webtest.home" value="${webtest.home}"/> <arg line="-f ${ant.file} test"/> </java> </target> ---
Don't exactly know why, but it worked for me and Christian Smith :-)
Jochen.
-----Ursprüngliche Nachricht----- Von: webt...@gate2.canoo.com [mailto:webt...@gate2.canoo.com] Im Auftrag von Lisa Crispin Gesendet: Mittwoch, 13. September 2006 19:59 An: webt...@gate2.canoo.com Betreff: [Webtest] verbose output
Hi, I just installed build 1393, the one I had installed previously is 1159. We are starting to write new tests in WebTest again (WATIR is nice but the tests are much more expensive to write and maintain, and WebTest seems to be much better with Javascript these days) and I wanted to get up to date.
So far, so good, but I noticed that I no longer get all that comforting information to my sysout that I got from build 1159. I've looked around in the archives and the doc but I can't find whether there is some option someplace to control that, or what? It doesn't really matter, I get output when it counts (when it fails) but somehow I liked it when more than just the test name scrolled by. thanks Lisa
_______________________________________________ WebTest mailing list WebT...@lists.canoo.com http://lists.canoo.com/mailman/listinfo/webtest
_______________________________________________ WebTest mailing list WebT...@lists.canoo.com http://lists.canoo.com/mailman/listinfo/webtest




