Skip to content

Commit

Permalink
fix: add --no-enable-error-reporting lh flags
Browse files Browse the repository at this point in the history
  • Loading branch information
FAUSheppy committed Jan 29, 2024
1 parent 4c330f9 commit 1f66e8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lighthouse/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def _run(self, url:str, form_factor:str='mobile', quiet:bool=True,
'--output=json',
'--output=html',
'--output-path={0}'.format(self.report_path),
'--no-enable-error-reporting',
]

# Run the Lighthouse CLI command
Expand Down

0 comments on commit 1f66e8e

Please sign in to comment.