Closed ankur-lt closed 11 months ago
Thanks for merging @abhinaba-ghosh . I see there are some lint errors. Sending a PR to fix that.
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.
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:
LIGHTHOUSE_LAMBDATEST
is set.@abhinaba-ghosh