Firebug Tests
From FirebugWiki
(Difference between revisions)
(→Pages) |
|||
| Line 1: | Line 1: | ||
| - | This page gives an overview of | + | This page gives an overview of a testing harness available to Firebug developers. |
== Pages == | == Pages == | ||
| Line 6: | Line 6: | ||
* [[Firebug Automated Test Examples]] - List of documented and working examples. | * [[Firebug Automated Test Examples]] - List of documented and working examples. | ||
* [http://getfirebug.com/developer/api/fbtest1.6/ API Reference] - Automation API References (generated from source code) | * [http://getfirebug.com/developer/api/fbtest1.6/ API Reference] - Automation API References (generated from source code) | ||
| + | |||
== SVN Links == | == SVN Links == | ||
| Line 12: | Line 13: | ||
* [http://code.google.com/p/fbug/source/browse/#svn/fbtest FBTest] - Firebug automated test console. | * [http://code.google.com/p/fbug/source/browse/#svn/fbtest FBTest] - Firebug automated test console. | ||
* [http://code.google.com/p/fbug/source/browse/#svn/tests/content/testlists Test List] - Directory with Firebug test lists. | * [http://code.google.com/p/fbug/source/browse/#svn/tests/content/testlists Test List] - Directory with Firebug test lists. | ||
| + | |||
| + | |||
| + | == Directory Structure == | ||
| + | All test cases are available in [http://code.google.com/p/fbug/source/browse/#svn/tests Firebug SVN]. As you can see from the following description test-cases are organized mostly by panel. | ||
| + | |||
| + | <code>#svn/tests</code> - the root directory | ||
| + | : <code>chromebug</code> - manual tests for [http://getfirebug.com/wiki/index.php/Chromebug_User_Guide Chromebug] | ||
| + | : <code>console</code> - manual tests for the Console panel | ||
| + | : <code>content</code> - automated tests | ||
| + | : <code>css</code> - manual tests for the CSS panel | ||
| + | : <code>dom</code> - manual tests for the DOM panel | ||
| + | : <code>html</code> - manual tests for the HTML panel | ||
| + | : <code>issues</code> - manual tests for specific issues | ||
| + | : <code>net</code> - manual tests for the Net panel | ||
| + | : <code>script</code> - manual tests for the Script panel | ||
| + | : <code>unit</code> - OBSOLETE (will be removed) | ||
Revision as of 16:21, 8 February 2010
This page gives an overview of a testing harness available to 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)
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.
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 -
unit- OBSOLETE (will be removed)