CloudBeat Playwright Integration - Migration Guide
1. Update @cloudbeat/playwright to v2.1.0
@cloudbeat/playwright to v2.1.0npm install --save @cloudbeat/playwrightnpm install --save-dev @cloudbeat/playwright2. Update @playwright/test to v1.56.0 or Later (Optional)
@playwright/test to v1.56.0 or Later (Optional)npm install --save-dev @playwright/[email protected]3. Ensure Commands Run Successfully on an External Server
4. Remove Line Breaks from Test Titles
5. Manually Added Cases Will Be Cleared on Project Re-upload/Re-Sync
Summary of Required Changes
#
Change
Required
Last updated