Replies: 1 comment 1 reply
-
Hey, @sbland. Thanks for the proposal! You can utilize an existing Life-cycle events API to listen to occurring requests and serialize them to whichever format you need. We are unlikely to ship something like this as a part of MSW. This can be an interesting tool as an ecosystem package but I think that HAR makes a much better middle ground here:
What I'd definitely recommend is not to focus on library-specific abstractions and try to utilize standards wherever applicable. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Scope
Adds a new behavior
Compatibility
Feature description
It would be great if we could get a kind of log output of all the calls made to msw during a test run. This could then be processed to run tests on the real API to identify any issues.
Does anything exist currently that could be adapted?
Beta Was this translation helpful? Give feedback.
All reactions