Files
bun.sh/test/integration
Claude Bot c9fa69d310 fix(test): prevent expensive setup in beforeAll when test will be skipped
On platforms where Puppeteer is unsupported (Linux arm64, Windows CI),
the beforeAll hooks were still running expensive operations like
`bun install` and copying files, causing timeouts.

Changes:
- Move skip condition check to top of file
- Add early return in beforeAll hooks when test will be skipped
- Disable Puppeteer pipe mode on macOS to prevent flaky
  "TargetCloseError: Protocol error (Target.setDiscoverTargets)" errors

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 00:34:43 +00:00
..
2025-08-27 06:39:11 -07:00