Firebug Tests
From FirebugWiki
Revision as of 22:08, 21 June 2011 by Sebastianz (Talk | contribs)
Automated test harness for Firebug developers
Pages
- 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)
SVN Links
- Firebug Test Root - Root directory with all Firebug tests
- Automated Tests - Directory with automated tests (This directory can be also accessible through chrome://firebugTests as an extension)
- FBTest - Firebug automated test console
- Test List - Directory with Firebug test lists
- Test case template - Template for creating manual and automated test cases
Directory Structure
All test cases are available in Firebug SVN. As you can see from the following description test-cases are organized mostly by panel.
#svn/tests - the root directory
chromebug - manual tests for Chromebug
console - manual tests for the Console Panel
content - automated tests
css - manual tests for the CSS Panel
dom - manual tests for the DOM Panel
html - manual tests for the HTML Panel
issues - manual tests for specific issues
net - manual tests for the Net Panel
script - manual tests for the Script Panel