playwright-ct
playwright-ct copied to clipboard
Update to Playwright 1.34.0
In order to update Playwright to the latest version, the following things must be resolved:
- [ ] Set peer deps to
"@playwright/test": "1.34.0" - [ ] Install
@playwright/experimental-ct-coreand useJsonObject - [ ] Resolve the component before
mountandupdatesee example: https://github.com/microsoft/playwright/blob/main/packages/playwright-ct-react/registerSource.mjs#L54