项目文件夹

文件
pupuking723 e77101e5dc fix: limit windows test concurrency (#2205)
Fixes #2137.

This updates the test workflow so Windows jobs run the Node test runner
with `--test-concurrency=1`.

The issue points to intermittent Windows failures where the browser
target closes during screenshot tests. Those tests start real browser
sessions, and limiting test concurrency on Windows avoids overlapping
screenshot/browser work there while keeping the existing parallel
behavior on Linux and macOS.

Verification:

- `git diff --check`
- Inspected the workflow command expansion: only `windows-latest`
receives `--test-concurrency=1`; merge queue retries still pass
`--retry` as before.
2026-06-16 09:01:53 +00:00
..