mjzffr / firefox-ui-tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

firefox-ui-tests

Build Status

Installation

First make sure you have pip installed.

It is recommended that virtualenv and virtualenvwrapper be used in conjunction with firefox-ui-tests. Start by installing these.

Then:

pip install firefox-ui-tests

Alternatively you may want to clone the repo for development:

git clone https://github.com/mozilla/firefox-ui-tests.git
python setup.py develop

Usage

To run all tests:

firefox-ui-tests --binary <path to firefox binary>

To run a specific test or directory of tests:

firefox-ui-tests --binary <path to firefox binary> <path to test or directory>

For more options run:

firefox-ui-tests --help

Documentation

Documentation for the puppeteer libraries are hosted on readthedocs.

About

License:Mozilla Public License 2.0


Languages

Language:Python 90.5%Language:HTML 5.2%Language:Shell 2.2%Language:Makefile 2.1%