How Do You Have Selenium Setup?
I’m trying to come up with a standardized setup for Selenium so I can share it with our team and everyone can have the same configuration.
I have Selenium IDE installed within Firefox to record tests and I’m tinkering with different ways of setting up Selenium Core to run test suites locally. Our projects are stored in SVN and I want to store the test scripts there as well. I’m thinking I can store the scripts in a /testing directory and then include them within the webroot of my project on checkout using the svn:externals property.
If you use Selenium – how do you have it setup and configured? Do you use the Core or just Selenium IDE to run your tests?
Possibly Related:

The How Do You Have Selenium Setup? by Jim, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.



Using Selenium IDE to run the test sounds horribly inefficient. I’d do what you suggested. Definitely be putting them in version control too.
I thought I read of a version or offshoot that doesn’t require tests to be on the same domain as what you are testing. If I’m not just making that up, I’d also look into that