Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nawok/nextjs-rsc-playwright-msw
A working example of mocking external backends used by the server components in Next.js 15
https://github.com/nawok/nextjs-rsc-playwright-msw
msw nextjs playwright react-server-components
Last synced: 1 day ago
JSON representation
A working example of mocking external backends used by the server components in Next.js 15
- Host: GitHub
- URL: https://github.com/nawok/nextjs-rsc-playwright-msw
- Owner: nawok
- Created: 2025-02-06T22:00:23.000Z (2 days ago)
- Default Branch: main
- Last Pushed: 2025-02-06T23:08:27.000Z (2 days ago)
- Last Synced: 2025-02-06T23:22:48.763Z (2 days ago)
- Topics: msw, nextjs, playwright, react-server-components
- Language: TypeScript
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing React Server Components with Playwright and MSW
> [!TIP]
> Follow the commit history to see the required changes.## Launch Playwright Test UI
```sh
pnpm install
pnpm run test
```