Skip to content

Commit

Permalink
fix: restore e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho-vazquez authored and matejchalk committed Jul 11, 2024
1 parent db279d9 commit 9a2e45b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/cli-e2e/tests/collect.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ describe('CLI collect', () => {
'--no-progress',
`--config=${configPath}`,
'--persist.outputDir=tmp/e2e',
'--skipPlugins=eslint, lighthouse',
'--onlyPlugins=coverage',
],
});

Expand Down Expand Up @@ -121,7 +121,7 @@ describe('CLI collect', () => {
it('should run Lighthouse plugin that runs lighthouse CLI and creates report.json', async () => {
const { code, stderr } = await executeProcess({
command: 'code-pushup',
args: ['collect', '--no-progress', '--skipPlugins=eslint,coverage'],
args: ['collect', '--no-progress', '--onlyPlugins=lighthouse'],
cwd: 'examples/react-todos-app',
});

Expand Down

0 comments on commit 9a2e45b

Please sign in to comment.