How to log intercepted network requests #2618
mmkal
started this conversation in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I'd like to
console.log
all network calls that are made during a test (without redirecting or modifying the requests). I've tried reading https://docs.taiko.dev/api/intercept and #98 (comment) but it's not clear to me how I'd do this.This is getting me the request but not the responses:
Does anyone know how I can hook into the response too (without mocking it)?
Beta Was this translation helpful? Give feedback.
All reactions