I've just written a quick enhancement to our CMS to automatically generate Selenium Selenese tests. This works great, but now I'm banging my head against the wall as Selenium IDE requires the test suites and files to be on the local filesystem.
Is there a way to get Selenium IDE to load test suites (and cases) from a URL instead of a filesystem path? That way I could just point Selenium IDE to the automatically generated test cases.
(I find this kind of ironic. It's a web test tool running in a web browser but can't access anything on the web... ;)