abhinaba-ghosh / playwright-lighthouse

:performing_arts:: Playwright Lighthouse Audit
https://www.npmjs.com/package/playwright-lighthouse
MIT License
250 stars 28 forks source link

Added integration with LambdaTest #60

Closed ankur-lt closed 11 months ago

ankur-lt commented 11 months ago

The playwright-lighthouse library allows users to generate and measure the lighthouse performance metrics. Various users who are using the library to get lighthouse metrics find it difficult to integrate this with LambdaTest as the library does not connect to the remote browser as of now to generate the lighthouse report.

I have added the integration for running running Playwright test scripts on LambdaTest platform and thereby generating and auditing the lighthouse metrics.

Changes done:

@abhinaba-ghosh

ankur-lt commented 11 months ago

Thanks for merging @abhinaba-ghosh . I see there are some lint errors. Sending a PR to fix that.

ankur-lt commented 11 months ago

Lint fix PR: https://github.com/abhinaba-ghosh/playwright-lighthouse/pull/61

abhinaba-ghosh commented 11 months ago

Hi @ankur-lt many thanks for adding this capability. This would be helpful for the LambdaTest community. The changes are now available in v3.2.0. Kindly test the usecase and let us know incase further versions needs to be published.