Thus far this is what I've tried, I'm using Firefox 3.07
Make sure in about:config that the property browser.cache.check_doc_frequency is set to 1 which the browser interprets as "check for a new page every time".
Make sure in about:config that the property security.fileuri.strict_origin_policy is set to false.
When opening your browser be sure to specify to the testrunner.html page which test you want to run using the testpage parameter,
I.E.: file:///.../testRunner.html?testpage=c:/temp/someTest.htmlTak an additional random parameter on the end to ensure that the cache is gone.
Everything above seems to work, except it is still caching my *.js files for some stupid reason. I really thought it would have had to do with changing the random parameter at the end to kill the cache, but that doesn't seem to be doing the trick. What else can be done to make JSUnit work with Firefox 3.07? The files are located on my hdd.