[Webtest] Anyone using webtest with maven2 ?
Paul King
webtest@lists.canoo.com
Thu, 10 Aug 2006 14:33:59 +1000
The version of WebTest included at www.ibiblio.org/maven2/webtest/webtest
is quite old. A more recent version is included in the Maven 1.0.2 plugin:
http://maven-plugins.sourceforge.net/maven-webtest-plugin/downloads.html
If that is of any use.
Cheers, Paul.
Ejaz Ahmed Syed wrote:
> Greetings,
>
> I have a maven2 war project and I'm trying to figure out how to best use
> the webtest with the war project. I added webtest as a dependency in the
> war-pom.xml. I tried looking for goals that will build/run the webtests
> as part of the maven build process, but not much luck. My objective is
> to run webtest build during mvn-build process and have the project built
> periodically on a continuum environment.
>
> If anyone has done anything similar or has some info on how to get this
> up and running in mvn, plz share the info. It would be a great help.
>
> The artifact is available at www.ibiblio.org/maven2/webtest/webtest
> <http://www.ibiblio.org/maven2/webtest/webtest> for maven2 to download
> the resources.
>
> Thanks,