Open lakshbhutani1 opened 1 year ago
Make sure you are setting a debugging port in playwright config under defineConfig
:
use: {
/* Start browser in debug port mode; allows lighthouse access to the browser port */
launchOptions: {
args: ['--remote-debugging-port=9222'],
},
},
getting connecttion refused when using playwright-lighthouse with ur in playAudit({url: 'someAuthenticatedurl'}) Error: connect ECONNREFUSED 127.0.0.1:53938