Firebug Tests
From FirebugWiki
(Difference between revisions)
Sebastianz (Talk | contribs) m (Fixed formatting) |
Sebastianz (Talk | contribs) (Linked to other pages in the wiki) |
||
| Line 1: | Line 1: | ||
Automated test harness for Firebug developers | Automated test harness for Firebug developers | ||
| - | |||
== Pages == | == Pages == | ||
| - | * [[Running Automated Test Suite]] - How to install and execute automated Firebug test suite | + | * [[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 API]] - Summary of Firebug automation APIs |
| - | * [[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. | + | * [http://getfirebug.com/developer/api/fbtest1.7/ API Reference] - Automation API References (generated from source code) |
* [[Firebug Test Bot]] - Automated running of tests with Firefox nightly builds. | * [[Firebug Test Bot]] - Automated running of tests with Firefox nightly builds. | ||
| - | * [[Running Tests From Extensions]] - How to run tests from all installed extensions ( | + | * [[Running Tests From Extensions]] - How to run tests from all installed extensions ([[Swarms|Swarm]]) |
| - | + | ||
== SVN Links == | == SVN Links == | ||
| - | * [http://code.google.com/p/fbug/source/browse/#svn/tests Firebug Test Root] - Root directory with all Firebug tests | + | * [http://code.google.com/p/fbug/source/browse/#svn/tests Firebug Test Root] - Root directory with all Firebug tests |
| - | * [http://code.google.com/p/fbug/source/browse/#svn/tests/content Automated Tests] - Directory with automated tests | + | * [http://code.google.com/p/fbug/source/browse/#svn/tests/content Automated Tests] - Directory with automated tests (This directory can be also accessible through ''chrome://firebugTests'' as an extension) |
| - | * [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 [[FBTest|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 == | == 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. | 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>#svn/tests</code> - the root directory<br/> |
| - | <code>chromebug</code> - manual tests for [ | + | <code>chromebug</code> - manual tests for [[Chromebug]]<br/> |
| - | <code>console</code> - manual tests for the Console | + | <code>console</code> - manual tests for the [[Console Panel]]<br/> |
| - | <code>content</code> - automated tests | + | <code>content</code> - automated tests<br/> |
| - | <code>css</code> - manual tests for the CSS | + | <code>css</code> - manual tests for the [[CSS Panel]]<br/> |
| - | <code>dom</code> - manual tests for the DOM | + | <code>dom</code> - manual tests for the [[DOM Panel]]<br/> |
| - | <code>html</code> - manual tests for the HTML | + | <code>html</code> - manual tests for the [[HTML Panel]]<br/> |
| - | <code>issues</code> - manual tests for specific issues | + | <code>issues</code> - manual tests for specific issues<br/> |
| - | <code>net</code> - manual tests for the Net | + | <code>net</code> - manual tests for the [[Net Panel]]<br/> |
| - | <code>script</code> - manual tests for the Script | + | <code>script</code> - manual tests for the [[Script Panel]] |
Revision as of 06:22, 4 May 2011
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)
- 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
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