Pranav Jain
Pranav Jain
I was facing this same issue. After adding logs I came to know that the issue was coming from this [method call](https://github.com/mfrachet/cypress-audit/blob/master/packages/pa11y/src/task.js#L5-L7) where the library is using puppeteer to connect...
> So please check if localhost is being resolved or not in your case. Hey @MichaelRobsonSliide, by localhost issue I did not mean the site on which you're trying to...
Hey @derevnjuk, I've created a sample [repo](https://github.com/pranavj1001/temp-cypress-har-generator-example) for your reference. With the spec, you can see that I've made multiple `cy.request` requests but none of them were caught by the...