cypress-har-generator icon indicating copy to clipboard operation
cypress-har-generator copied to clipboard

xhr type request with a warning type request not record in har file

Open aaujayasena opened this issue 2 years ago • 2 comments

I observed xhr type request with a warning not record in har file generated from this plugin. But this request are critically important when analysing a test failures.

image

But this is recording when cypress test execution with UI interaction mode and "chromeWebSecurity": true and download the har file manually. But "chromeWebSecurity": true and execute heedless mode couldn't capture these request.

Please let me know if there is a way to get the details of an xhr request into the har file with chromeWebSecurity": false and headless mode using this plugin.

Appreciate your suggestions.

aaujayasena avatar Nov 22 '22 07:11 aaujayasena