mfrachet / cypress-audit

⚡ Run Lighthouse and Pa11y audits directly in your E2E test suites
https://mfrachet.github.io/cypress-audit/
MIT License
351 stars 44 forks source link

Lighthouse check is skipped when we pass chrome binary path in cypress run #203

Open japneetlambdatest opened 1 year ago

japneetlambdatest commented 1 year ago

What does not work? Lighthouse checks are skiiped when browser binary path is passed in cypress run

How to reproduce? npx cypress run --browser

Expected behavior It should work

Environment (please complete the following information):

Any other information that may help fixing the issue? Erro mesage is cy.lighthouse(),custom chrome is not supported, skipping

mfrachet commented 1 year ago

Can you provide a repro?