This is the MozTrap test case management system. It lives at https://github.com/mozilla/moztrap/.
For more information about setting up, developing, and using MozTrap, see the documentation in the docs/ directory (or read it online).
To build and view an HTML version of the documentation:
$ cd docs $ pip install sphinx $ make html $ firefox _build/html/index.html
There are Selenium tests for MozTrap in the moztrap-tests repository.
MozTrap's Python dependencies are available as sdist tarballs in the
moztrap-reqs repository, and as an unpacked vendor library in the
moztrap-vendor-lib repository. These are included as submodules of
this repository, at requirements/dist
and requirements/vendor
respectively.