Jonathan Myers wrote: > Just curious, does anyone use ant to call their jwebunit?
JWebUnit does this for its own build. Check it out using the source distribution. You'll need to set up some sort of embedded server (we use Jetty for this), and start it in a TestSetUp (JettyDecorator I believe). > If so can you give a short example? If you have an example do you > have one > with frames and or basic authentication? Frames and authentication have nothing to do with running the tests from Ant. If you can run the tests in your IDE, then they can run from ant (with some help). For examples, check the source code from jwebunit. > I'm trying to get this running on my local machine to test what I've > developed so far so I don't break anything. I've got good experience running the Jetty tests from within Eclipse, Ant and maven. Martijn ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Jwebunit-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jwebunit-users
