Bug 837870 - mozbase README.md -> m-c, remove m-c README;r=wlach

--HG--
extra : rebase_source : a6758168b7525d5594c9ca597b78eadd45e368e5
This commit is contained in:
Jeff Hammel 2013-02-05 10:33:57 -08:00
Родитель e52d9ba39e
Коммит 82660f5fe9
2 изменённых файлов: 19 добавлений и 26 удалений

Просмотреть файл

@ -1,26 +0,0 @@
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)
* For mobile testing, the test runner communicates to the test agent
using [mozdevice](https://github.com/mozilla/mozbase/tree/master/mozdevice)
Learn more about mozbase here:
https://wiki.mozilla.org/Auto-tools/Projects/MozBase
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
To file a bug, go to
https://bugzilla.mozilla.org/enter_bug.cgi?product=Testing&component=Mozbase

19
testing/mozbase/README.md Normal file
Просмотреть файл

@ -0,0 +1,19 @@
Mozbase is a set of easy-to-use Python packages forming a supplemental standard
library for Mozilla. It provides consistency and reduces redundancy in
automation and other system-level software. All of Mozilla's test harnesses use
mozbase to some degree, including Talos, mochitest, reftest, Autophone, and
Eideticker.
Learn more about mozbase at the [project page][].
Read [detailed docs][] online, or build them locally by running "make html" in
the docs directory.
Consult [open][] [bugs][] and feel free to file [new bugs][].
[project page]: https://wiki.mozilla.org/Auto-tools/Projects/MozBase
[detailed docs]: http://mozbase.readthedocs.org/
[open]: https://bugzilla.mozilla.org/buglist.cgi?resolution=---&component=Mozbase&product=Testing
[bugs]: https://bugzilla.mozilla.org/buglist.cgi?resolution=---&status_whiteboard_type=allwordssubstr&query_format=advanced&status_whiteboard=mozbase
[new bugs]: https://bugzilla.mozilla.org/enter_bug.cgi?product=Testing&component=Mozbase