From dc3d1fbb6a62d0c5b6bb7e1576af5cd428340253 Mon Sep 17 00:00:00 2001 From: Jeff Hammel Date: Tue, 5 Feb 2013 14:23:19 -0800 Subject: [PATCH] Bug 837870 - mozbase README.md -> m-c, remove m-c README;r=wlach --- testing/mozbase/Makefile.in | 1 - testing/mozbase/README | 26 -------------------------- testing/mozbase/README.md | 19 +++++++++++++++++++ 3 files changed, 19 insertions(+), 27 deletions(-) delete mode 100644 testing/mozbase/README create mode 100644 testing/mozbase/README.md diff --git a/testing/mozbase/Makefile.in b/testing/mozbase/Makefile.in index e105676264c8..7ba6ca5de90c 100644 --- a/testing/mozbase/Makefile.in +++ b/testing/mozbase/Makefile.in @@ -31,7 +31,6 @@ MOZBASE_PACKAGES = \ MOZBASE_EXTRAS = \ setup_development.py \ - README \ $(NULL) _DEST_DIR = $(DEPTH)/_tests/mozbase diff --git a/testing/mozbase/README b/testing/mozbase/README deleted file mode 100644 index ed35d84c0c2a..000000000000 --- a/testing/mozbase/README +++ /dev/null @@ -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 diff --git a/testing/mozbase/README.md b/testing/mozbase/README.md new file mode 100644 index 000000000000..4975039ff4de --- /dev/null +++ b/testing/mozbase/README.md @@ -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