Using Selenium Toolkit in a Continuous Integration Environment
A more detailed walk through is required. Here's the highlights:
- Externalize your configuration settings using the configuration block
- Move the Selenium configuration element into it's own file
- Use nunit-console.exe on your build server to execute your tests.