2012-08-03 01:17:34 +04:00
This is the git repository for the Mozilla mozbase suite of python utilities.
MozBase is composed of several python packages. These packages work
together to form the basis of a test harness.
* Firefox is launched via [mozrunner](https://github.com/mozilla/mozbase/tree/master/mozrunner)
** which sets up a profile with preferences and extensions using
[mozprofile ](https://github.com/mozilla/mozbase/tree/master/mozprofile)
** and runs the application under test using [mozprocess](https://github.com/mozilla/mozbase/tree/master/mozprocess)
* [mozInstall](https://github.com/mozilla/mozbase/tree/master/mozinstall) is used to install the test application
* A test harness may direct Firefox to load web pages. These may be
served using [mozhttpd](https://github.com/mozilla/mozbase/tree/master/mozhttpd) for testing
* The machine environment is introspected by [mozinfo](https://github.com/mozilla/mozbase/tree/master/mozinfo)
* A test manifest may be read to determine the tests to be run. These
manifests are processed by [ManifestDestiny](https://github.com/mozilla/mozbase/tree/master/manifestdestiny)
2012-09-18 02:13:45 +04:00
* For mobile testing, the test runner communicates to the test agent
2012-08-03 01:17:34 +04:00
using [mozdevice](https://github.com/mozilla/mozbase/tree/master/mozdevice)
2011-11-29 20:43:16 +04:00
2011-12-23 21:46:37 +04:00
Learn more about mozbase here:
https://wiki.mozilla.org/Auto-tools/Projects/MozBase
2011-11-29 20:43:16 +04:00
2011-12-23 21:46:37 +04:00
Bugs live at
https://bugzilla.mozilla.org/buglist.cgi?resolution=---&component=Mozbase&product=Testing and https://bugzilla.mozilla.org/buglist.cgi?resolution=---&status_whiteboard_type=allwordssubstr&query_format=advanced&status_whiteboard=mozbase
2011-11-29 20:43:16 +04:00
2011-12-23 21:46:37 +04:00
To file a bug, go to
https://bugzilla.mozilla.org/enter_bug.cgi?product=Testing&component=Mozbase