Typically I just leave Xvfb running on the cruise/hudson CI box? Now, if you really need to start and stop it before and after your tests you might be able to use AntRun or something. I had never heard of the Selenium plugin Xvfb goal before this thread, but just checked it out, and it looks like it might work too - but it probably shuts it down when it completes whatever phase it's bound to. I imagine it would work though if you get the phases and such right (our GwtTest mojo is bound to the test phase).
On Oct 20, 10:20 am, Arthur Kalmenson <[EMAIL PROTECTED]> wrote: > So I tried the Selenium Maven plugin route and it didn't work. Is > there a way to launch Xvfb during the GWTTestCase phase? > > On Oct 20, 9:23 am, Arthur Kalmenson <[EMAIL PROTECTED]> wrote: > > > I've posted the similar question on the GWT Group > > here:http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa... > > > Manuel Carrasco and John Tamplin gave me the correct commands to get > > the GWTTestCase shell script to run. However, I'm not entirely sure > > how to integrate this with GWT Maven and Hudson. Should I use the > > Selenium Maven plugin to start Xvfb (http://mojo.codehaus.org/selenium- > > maven-plugin/examples/headless-with-xvfb.html)? Will that work in GWT > > Maven's execution of test cases? > > > Thank you in advance. > > > Regards, > > Arthur Kalmenson --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-maven" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/gwt-maven?hl=en -~----------~----~----~----~------~----~------~--~---
