Migrate to Playwright Interactive migration from Cypress or Selenium to Playwright with file-by-file conversion. Input can be: - — migrate Cypress test suite - — migrate Selenium/WebDriver tests - A file path: convert a specific test file - Empty: auto-detect source framework Steps 1. Detect Source Framework Use subagent to scan: - directory or → Cypress - , in deps → Selenium - test files with imports → Selenium (Python) 2. Assess Migration Scope Count files and categorize: | Size | Files | Approach | |---|---|---| | Small (1-10) | Convert sequentially | Direct conversion | | Medium (11-30)…