Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 523 Bytes

File metadata and controls

20 lines (12 loc) · 523 Bytes

Minimal Lighthouse Runner Template

This repo includes a very minimal lighthouse runner via typescript ts-node. To run, just execute yarn start.

Getting started

Take a look into index.ts, and modify the these two to suit your needs:

const url = 'https://www.google.com';
const chromePath = '\\chromium\\chrome.exe'; // or usually /usr/bin/chromium-browser

Contribute

Feel free to post issues, or suggest things via pull request

Notes

This template uses yarn 2 berry + PnP.