mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-15 13:09:14 +00:00
Bug 837870 - mozbase README.md -> m-c, remove m-c README;r=wlach
This commit is contained in:
parent
dc654058b2
commit
dc3d1fbb6a
@ -31,7 +31,6 @@ MOZBASE_PACKAGES = \
|
||||
|
||||
MOZBASE_EXTRAS = \
|
||||
setup_development.py \
|
||||
README \
|
||||
$(NULL)
|
||||
|
||||
_DEST_DIR = $(DEPTH)/_tests/mozbase
|
||||
|
@ -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
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
|
Loading…
x
Reference in New Issue
Block a user