On 2 November 2010 14:41, Josep García <[email protected]> wrote:
> Hi,
>
> I am integrating webtest-maven-plugin
> (http://mojo.codehaus.org/webtest-maven-plugin/) in my maven project.
> How can I specify the target test to be run, from the webtest script?
if its a normal normal unit test (using the surefire plugin):
mvn test -Dtest=MyTest
mvn test -Dtest=TestSquare,TestCi*le
if its failsafe tests (using the failsafe plugin):
mvn verify -Dit.test=MyTest
mvn verify -Dit.test=ITSquare,ITCi*le
--
<>< Marius ><>
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email