Here is an ant file which will check a bit of environment stuff, launch the selenium server, run my tests (a custom metaframework), and then stop the server. Previously I was just running this whenever someone asked me to, but it was decided that it should be run as part of the nightly build which is controlled through ant.
Like most things these days, I can’t claim the original work for everything involved; I just the following together:
- Selenium RC and CI for the base outline
- Testing for the JVM version to make sure that a JVM that will run the server is in use (the product this is for is still using 1.4)
- The ant docs for all the niggly little bits
Post a Comment