I'm working on a Firefox extension and started building automated tests using jsUnit. I run into permission errors running the tests from the TestRunner as soon as my extension code refers to any XPCom components.
Is there a better tool for me to use for this, or how I can get around the permissions issues and continue to use jsUnit?