- launching chromium must be done before requesting a lighthouse report
- add runLighthouseOnPlaywrightPage
- future versions might export helpers for puppeteer and chrome-laucher
- remove dependency to chrome-laucher
- allow dev to control and see how the browser is started (screen dimensions, touch events, ...)
- add runLighthouseOnPlaywrightPage
- reportLighthouseImpact -> reportLighthouseImpactInGithubPullRequest
- generateLighthouseReport -> runLighthouseOnPlaywrightPage
- Add mobile = false param
- Add lighthouseSettings = {} param
- Rename lighthouseReportPath into lighthouseReportUrl
- Rename jsonFileRelativeUrl into jsonFileUrl
- Rename htmlFileRelativeUrl into htmlFileUrl