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

Cypress plugin for generating HTTP Archive (HAR) files captures network requests during Cypress tests.

Results 36 cypress-har-generator issues
Sort by recently updated
recently updated
newest added

Running the plugin out-of-the-box on macOS, I get this error: ``` $ npx cypress run --config baseUrl=https://my.domain --browser chrome From Node.js Internals: Error: Failed to connect to Chrome Debugging Protocol...

Since Cypress version 10 lot of the things has been changed and current documentation for setup is outdated (https://docs.cypress.io/guides/references/migration-guide). Could you please update documentation to be align with newest Cypress...

Hi there, Love the plugin, will save us a bunch of time ❤️ (sometimes we see a spinner and have no idea which request is causing a timeout) The generated...

Type: enhancement

Hi, I'm trying to generate a har file for a site that is protected by HTTP Basic Auth. However, the HAR file that is generated lacks the Authorization header, so...

Type: enhancement

For Angular app, I use service worker for some network fetching tasks to run in the background. However, those requests doesn't seems to be recorded in the har file. It'd...

I would like to change the generated file extension from .har to .json to load the file with webpack 5 from JS file

In generated har file, couldn't see the request/data between a web browser and a web server (XHR) (access token endpoint request, scim endpoint and etc). Is this the limitation of...

Type: enhancement
Status: help wanted
Priority: high

In the readme it mentions the following: Pass an output directory to change the destination folder manually. It allows overriding the value, that is specified in the cypress.json cy.saveHar({ outDir:...

It would be nice if recordHar was configureable as to what we could record, for example: ``` cy.recordHar({ content: 'on-failure' }); ``` Ideally, we could make this more configurable as...

Type: enhancement

When running our e2e test with the cypress-har-generator plugin, it fails on Gitlab and throws the below errors. Tried running the same e2e test scenarios without this plugin enabled and...