@currents/playwright 2.0 - Playwright 1.60+ Support
We've released @currents/playwright 2.0 with full support for Playwright 1.60 and newer.

We've released @currents/playwright 2.0 with full support for Playwright 1.60 and newer.
We've updated the orchestration workflow to use two commands for better control over test discovery and execution.
- Playwright 1.60+ support: Now fully compatible with the latest Playwright versions
- Improved workflow: Separate test discovery (
pwc-p discover) from orchestration execution (pwc-p run) - Better filtering: Apply Playwright filters (
--grep,--last-failed,--project) before orchestration
⚠️ Migration Required
If you're using Playwright 1.60+, you must upgrade to @currents/playwright 2.0. The orchestration workflow has changed to a two-step process. See the migration guide for detailed instructions.