Dmitriy Lazarev
Dmitriy Lazarev
### Describe the problem In `setProjectAnnotations` of [Portable stories in Playwright](https://storybook.js.org/docs/api/portable-stories/portable-stories-playwright#setprojectannotations) there is a code snippet of `playwright/index.tsx` ```tsx import { test } from '@playwright/experimental-ct-react'; // Replace your-framework with the...
The project's Inter-Process Communication (IPC) was refactored to utilize `birpc`, replacing the previous cluster worker message-passing system. Key changes include: * The `birpc` dependency was added to `package.json`. * A...