Normally I create GWTTestCase tests and run they using maven. Them the maven task is run periodically using hudson in a linux server.
You have to have in consideration these issues: 1.- GWT tests needs to be defined the DISPLAY, I use a headless xserver: Xvfb, but in hudson there is a plugin that makes use of Xvnc. 2.- I was unable to run GWT tests in 64bit machines. So In 64bit servers I use a 32bit java version. 2009/7/20 Joakim Sjöberg <[email protected]> > Hello! > > > > I have a question that you might be able to answer. We are developing a GWT > application and would like some form of Automatic testing of the > > GWT application. Is there any good way to do this? Could someone please > point me in the right direction? > > > > Regards > > > > *Joakim Sjöberg > Developer* > *Artificial Solutions Scandinavia AB* > > * * > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
