-
### Scope
Improves an existing behavior
### Compatibility
- [ ] This is a breaking change
### Feature description
I'm using msw for mocking grapghql api calls in react testing library tests of my…
-
### Prerequisites
- [X] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues)
- [X] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't contai…
-
**Is your feature request related to a problem? Please describe.**
One of the most common issues developers experience is unmatched requests.
**Describe the solution you'd like**
I suggest to a…
-
We set the `this.response.complete` after the `response.push(null)`, which emits the `end` event.
Therefore, I think the `response.complete` is always false in the `end` event.
IIUC the docs, it s…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws…
-
Hi there,
after struggling for too long with this ... asking here
## Describe the bug
The worker sometimes starts sometimes not, and the request are sometimes intercepted others not.
This on…
-
**Is your feature request related to a problem? Please describe.**
In my experience, when testing components, I've always mocked API responses. If I've forgotten to mock a response, it'll go somethin…
-
## Describe the bug
I am attempted to use msw in conjunction with testcafe (the best e2e testing tool for node, yeah even better than cypress, shamless plug).
testcafe has [good docs about running…
-
```ts
export default {
title: 'Example',
parameters: {
msw: {
handlers: [
rest.get('/foo', ....),
rest.get('/bar', ....),
]
}
} satisfies Meta;
typ…
-
## Describe the bug
see title - I can't get msw browser to work at all with Vite as a bundler. Was working before with same setup except with Parcel as bundler.
## Environment
- `msw: 0.27.1`
…