@@ -76,6 +76,13 @@ If you're not using your own deployment job, you may:
2. use any programmatic solution of your choice with a JavaScript-based [configuration file](https://github.com/GoogleChrome/lighthouse-ci/blob/main/docs/configuration.md#configuration-file).
3. explicitly set the `collect.url` option in the `LHCI_RUN_OPTS` variable (hardcoded to a single server),
### Hook scripts
The Lighthouse template supports _optional_ **hook scripts** from your project, located in the root directory to perform additional project-specific logic:
*`pre-lighthouse.sh` is executed **before** running Lighthouse,
*`post-lighthouse.sh` is executed **after** running Lighthouse (whichever the tests status).