Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 418 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 418 Bytes

browserless + lighthouse

minimal lighthouse audit runner using browserless

quickstart

$ git clone [email protected]:knksmith57/browserless-lighthouse browserless-lighthouse \
  && cd $_

$ docker-compose run --rm audit

## provide URL via positional arg
$ docker-compose run --rm audit https://google.com

## or via environment variable
$ docker-compose run --rm -e AUDIT_URL=https://google.com audit