mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-08 00:50:05 +00:00
- Split Playwright tests into 5 shards to reduce CI runtime from 17min to ~3-4min - Each browser now runs tests in 5 parallel jobs (20 total jobs: 4 browsers × 5 shards) - Updated test-ui.yaml workflow to use matrix strategy with sharding - Added merge-reports job to consolidate test results - Updated pr-playwright-deploy.yaml to handle sharded test reports - Merge sharded reports before deploying to Cloudflare Pages This change will significantly improve CI/CD performance by running tests in parallel, matching the runtime of other workflows (~3-4 minutes). 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>