Replies: 1 comment
-
You can access playwright's Calling |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm building this http client that maps some fetch errors to more readable errors. For this, I need to test against lack of internet connection. I know that playwright has some "offline" mode and I want to use it with vitest. Any suggestion?
In the same way, I need to test against different network error such as cors, dns, etc.
Beta Was this translation helpful? Give feedback.
All reactions