Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```