-
### 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…
-
It looks like the maintainer of this project has given up. They released a broken version 6 months ago and it was never fixed. It can't even be installed.
I've opened this issue so that hopefully …
-
# Current behavior
It is not possible to get a model for which a specific property is null.
```ts
const db = factory({
user: {
id: primaryKey(Number),
deletedAt: nullable(Number),
…
-
MSW is a library for request interception. https://mswjs.io/
[Here](https://kentcdodds.com/blog/stop-mocking-fetch) is a Kent article that explains why it is good.
Puppeteer [has a built-in way …
-
It should be possible to approach data modeling type-first by reusing existing TypeScript interfaces to annotate the data. This is useful when there are types generated from the server (i.e. with Grap…
-
### 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 con…
-
# What?
We should have some end-to-end tests around item requesting. We'd like to do some discovery work around mocking items-api interactions in order to gauge the difficulty of creating these tes…
-
During development it is useful to be able to mock third-parties so that stub answers can be returned.
# Playwright mocking
* https://playwright.dev/docs/mock
# Chains
* https://github.com…
-
MSW is a great library and I have used it successfully in other "got" calls but in one part of my unit testing I was actually checking that a proxy call would actually try and use the proxy. Unfortun…
-
I'm attempting to use msw-storybook-addon with storybook-builder-vite, and running into the following error:
Any suggestions on how to resolve this?
I'll aim to get a code sandbox up if I ge…