Skip to content

Commit

Permalink
ci: adopt lighthouse URL (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Jun 21, 2024
1 parent e19917f commit b055122
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions code-pushup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,13 @@ const config: CoreConfig = {
type: 'module',
}),

await lighthousePlugin('https://codepushup.dev/', {
chromeFlags: DEFAULT_FLAGS.concat(['--headless']),
verbose: true,
}),
await lighthousePlugin(
'https://github.com/code-pushup/cli?tab=readme-ov-file#code-pushup-cli/',
{
chromeFlags: DEFAULT_FLAGS.concat(['--headless']),
verbose: true,
},
),
],

categories: [
Expand Down

0 comments on commit b055122

Please sign in to comment.