gwt /
gwt /
29666c8de58926e62968ee234bc8c859b3491990 Adds support for running GWT Unit Tests through a Selenium-RC server.
For information about Selenium-RC, see: http://selenium-rc.openqa.org/
Right now, it does not allow you do perform any of the neat things
Selenium will allow you to do, but simply uses the client/server
infrastructure to launch a browser to talk to the GWTServlet instance
started by JUnitShell. Selenium-RC handles a lot of nasty problems when
launching a browser - like handling startup/shutdown dialogs that require
user interaction and allowing more than one mozilla instance to run on a
machine at a time.
GWT will be packaged with the client and server jars in the tools directory.
The client jar will be bundled in to gwt-user.jar and you can add
selenium servers as targets to run the GWT unit tests against by setting the
property -Dgwt.selenium.hosts when you run 'ant'.
Patch by: jgw,zundel
Review by: jgw
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@3005 8db76d5a-ed1c-0410-87a9-c151d255dfc7
5 files changed