Firebug Tests
From FirebugWiki
Automated test harness for Firebug developers
Pages[edit]
- Running Automated Test Suite - How to install and execute automated Firebug test suite
- Firebug Automated Test API - Summary of Firebug automation APIs
- Firebug Automated Test Examples - List of documented and working examples
- API Reference - Automation API References (generated from source code)
- Creating a Test Case - Description of how to create manual and automated test cases
- Firebug Test Bot - Automated running of tests with Firefox nightly builds.
- Running Tests From Extensions - How to run tests from all installed extensions (Swarm)
Repository Links[edit]
- FBTest root - FBTest root directory containing FBTest, the FBTests and test case templates
- Automated tests - Directory with automated Firebug tests
- FBTest - Firebug automated test console
- Test list - Current Firebug test list
- Test case templates - Templates for creating manual and automated test cases
Directory Structure[edit]
All automated test cases are available in the Firebug repository. As you can see from the following description test-cases are mostly organized by module / panel.
-
bti- Test cases for the remote interface -
chrome- Test cases for the UI generation -
commandLine- Test cases for the Command Line -
console- Test cases for the Console Panel -
cookies- Test cases for the Cookies Panel -
css- Test cases for the CSS and Style Side Panel -
dom- Test cases for the DOM Panel -
domplate- Test cases for Domplate -
examples- Test cases for the Console Panel -
firebug- Test cases for the Activation and other general functionality -
html- Test cases for the HTML Panel -
inspector- Test cases for the Inspector -
lib- Test cases for the module libraries -
loader- Test cases for the Firebug loader -
memory- Test cases related to memory usage -
net- Test cases for the Net Panel -
script- Test cases for the Script Panel -
search- Test cases for the Search Field -
shortcuts- Test cases for the shortcuts