A crawler to find websites that exercise code in Firefox that is not covered by unit tests
- Install requirements with
pip install -r requirements.txt
; - Install development requirements with
pip install -r test-requirements.txt
; - Run the
latest_cov_build.py
script to download the latest Firefox coverage build; - Run the
crawler.py
script.