Skip to content

naru-san/firefox-ui-tests

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.3%
  • HTML 5.8%
  • Shell 2.5%
  • Makefile 2.4%