A crawler to find websites that exercise code in Firefox that is not covered by unit tests
pip install -r requirements.txt
;pip install -r test-requirements.txt
;download_artifacts.py
script with the desired revision passed as argument to download the latest Firefox coverage build;run_crawler.py
script.coverage_crawler
;download_artifacts
from latest_cov_build.py
with the desired revision passed as argument to download the latest Firefox coverage build and other artifacts;run
from crawler.py
with the desired website passed as an argument.