Michael Hladky
Michael Hladky
This will be needed to word seamlessly in a big repo like Nx tooling etc
Currently we get a warning because of a deprecated flag for headless mode. ```sh Puppeteer old Headless deprecation warning: In the near feature `headless: true` will default to the new...
## Resource budgets We need to separate resource budgets for size and count in separate tables ## CLS visualisation broken ATM it looks like this:
Update lighthouse to v10 This enables better TS support and unlock new audits like bf cache. The migration process includes the following refactorings: - [x] drop lh imports from `hacky-things`...
To handle different device sizes we have different places to configure them: - Lighthouse Config - Puppeteer Browser **Lighthouse `Config`** ```typescript const lighthouseConfig: Config = { extends: 'lighthouse:default', settings: {...
## Todos CLI - 💻 setup scalable testing architecture - add a test - add a page - add a UI element - add fixtures - [x] add budget User...
It is nice to have a user friendly error message but we also need to have a way to understand the real cause. therefore I suggest to add the traces...