Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I use this plugin to get a HAR file from the Cypress session itself, rather than the browser instance of each test? #402

Closed
henricook opened this issue Jan 27, 2024 · 1 comment
Assignees
Labels
Type: question Further information is requested

Comments

@henricook
Copy link

Description
I'm trying to diagnose an issue where a setup call made by Cypress itself (cy.callAPI) is failing. It would be helpful if I could get a HAR file for callAPI requests too, is this plugin capable of that?

@henricook henricook added Status: help wanted Extra attention is needed Type: enhancement New feature or request. labels Jan 27, 2024
@derevnjuk derevnjuk added Type: question Further information is requested and removed Type: enhancement New feature or request. Status: help wanted Extra attention is needed labels Sep 12, 2024
@derevnjuk
Copy link
Member

@henricook Thanks for the question. Unfortunately, it's not currently possible, as the plugin only listens to browser network traffic and cannot intercept requests made directly by Cypress. Duplicate of #59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants