fohara / moztrap

MozTrap test case management system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

To build and view an HTML version of the documentation:

$ cd docs
$ pip install sphinx
$ make html
$ firefox _build/html/index.html

Related repositories

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.

About

MozTrap test case management system

License:BSD 2-Clause "Simplified" License