Skip to content

myrdd/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:

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

If you do not have installed virtualenv and virtualenvwrapper you can also use the create_venv.py script to let it automatically create a virtual environmnet with all the packages installed:

./create_venv.py venv
source venv/bin/activate

Usage

To run all tests:

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

To run the update tests:

firefox-ui-update --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

Packages

No packages published

Languages

  • Python 91.0%
  • HTML 4.9%
  • Makefile 2.0%
  • Batchfile 2.0%
  • Shell 0.1%