Firebug Internals: tests online
We finally managed to the Firebug’s test cases on-line. These directories mirror the fbug svn project tests directory.
Often users will have a sequence of Firebug operations that fails for them, but we need a page to try the sequence. Now when a user has a bug report without a test case we can offer some example files for their test procedure.
The test cases fall into three categories:
- tests/issues: user reports converted to demo the bug; numbers match the issue list.
- tests/unit: our ever growing fireunit test suite.
- tests/<panel name>: demo cases for features
Thanks to robcee, reed and the Mozilla team for this support.
jjb