Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

mozilla/moztrap

MozTrap

This is the MozTrap test case management system. It lives at https://github.com/mozilla/moztrap/.

Documentation

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 sphinxcontrib-httpdomain
$ 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.

Live Site

you can see moztrap in action at

https://moztrap.mozilla.org Live site

https://moztrap.allizom.org Stage site

https://moztrap-dev.allizom.org Dev site