cypress-har-generator
cypress-har-generator copied to clipboard
xhr type request with a warning type request not record in har file
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.
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.