-
Notifications
You must be signed in to change notification settings - Fork 8
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
Enable HAR Recordings #180
Conversation
@FHantke thanks for this! I'm reviewing it now, but it doesn't build for me. Before i dig in further, can you confirm that |
fwiw, here is what i get
|
Hi @pes10k, yes, the branch builds for me.
I'm building it with node v23.1.0 on MacOS v15.1.1. |
From your output, it seems that node is missing some dependencies such as |
@FHantke okie, i think this is just about there. I pushed a commit that adds the following:
I'd like there to be a test or two in place for the new functionality before we merge this in and stamp it as 1.1.3. If you have the time today, could you add tests for the In the meantime though, if you can confirm that the branch still works as expected, even w/ my commit, that'd be great |
3fc56fa
to
5a6117e
Compare
Closing this one, in favor of #181 to run internal security checks |
Add the functionality to record HAR files (mentioned in #68) without (
--har
) and with response bodies (plus--har-body
).This commit adds the chrome-har dependency (MIT license).
Also, I'm not a big TS developer so it might be that typing could be better. Happy for feedback.
Cheers, Florian