Skip to content

Commit

Permalink
test(plugin-lighthouse): update expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
hanna-skryl committed Oct 14, 2024
1 parent a7e4f77 commit 2971290
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/plugin-lighthouse-e2e/tests/collect.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ describe('collect report with lighthouse-plugin NPM package', () => {

const { code, stdout } = await executeProcess({
command: 'npx',
args: ['@code-pushup/cli', 'collect', '--no-progress'],
// verbose exposes audits with perfect scores that are hidden in the default stdout
args: ['@code-pushup/cli', 'collect', '--no-progress', '--verbose'],
cwd,
});

Expand Down

0 comments on commit 2971290

Please sign in to comment.