take a look at selenium-maven-plugin, It starts selenium server in the
background, run selenium sure fire test, and finally shutdown selenium
server

good luck

-D

On Thu, Mar 18, 2010 at 9:55 PM, Phuong Nguyen <phuongn...@gmail.com> wrote:
> Hi:
> Is there anyway to execute a maven goal while another maven goal
> sleeping?
> For example, I want to execute a gaeForTest:test goal.
> This goal will first start Google App Engine Dev Server.
> After that, I want to start surefire plugin to execute a set of
> integration tests.
> When surefire plugin finishes these tests, I will terminate the server.
> Thanks,
> Phuong.
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to