Firefox Test Engineering

A tutorial on some of the basic things you'd want to know when contributing to Firefox Test Engineering at Mozilla.

This can be read on the Firefox Test Engineering Read the Docs website.

This document is based off of the excellent Webdev Bootcamp documentation.

Patches are always welcome! If you'd like to contribute, fork and make a pull request.

Building locally

The instructions below assume you have Python and pip installed. It is also strongly recommended that you create and activate a virtualenv first.

If you'd like to build locally:

pip install -r requirements.txt
make html

The resulting docs can be located under the _build/html directory.

You can also run make livehtml to launch a webserver on http://127.0.0.1:8000 that auto-rebuilds the documentation when any files are changed.

Licensing

Feel free to fork this repo or adapt its work for your own needs. All work is licensed under a Creative Commons Attribution.