-
**Is your feature request related to a problem? Please describe.**
When writing a web application that makes many API calls, it is often challenging to get good code coverage without mocking the API.…
-
-
**Is your feature request related to a problem? Please describe**
When building components, one would like to mock some things to visualize components in some edge cases. For example, imagine I have …
-
Use MSW for api calls
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-i…
-
This is an EPIC for mocking / sandboxing API calls
-
Once we've got the schemas fully in place we'd like to be able to run a mock API purely based on the function annotations, so that users can start up a mock API even before they've implemented any fun…
-
### 🚀 Feature Request
What I would like to see and experience is for playwright to allow pure server side mocking in addition to the existing client side api mocking via routes - similar to Nock an…
-
The API is going to be built out in microservices, and work hasn't started yet. We need a solid mock for running the app locally, and some environment configs for wiring it up to a deployed environmen…
-
### What is the problem this feature would solve?
I propose adding support to `@kubb/plugin-msw` for passing either a `data` object or a function as a parameter to handlers. This would allow users …