Firebug Tests
From FirebugWiki
(Difference between revisions)
| Line 1: | Line 1: | ||
This page gives an overview of options for automated testing available to Firebug developers. | This page gives an overview of options for automated testing available to Firebug developers. | ||
| - | + | == Articles == | |
* [[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. | ||
| + | |||
| + | |||
| + | == 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/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/tests/content/testlists Test List] - Directory with Firebug test lists. | ||
Revision as of 17:51, 21 December 2009
This page gives an overview of options for automated testing available to Firebug developers.
Articles
- Running Automated Test Suite - How to install and execute automated Firebug test suite.
- Firebug Automated Test API - Summary of Firebug automation APIs.
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.