v3.2.5
Added
- Add `allowWrite` and `allowExec` options to api
Fixed
- Disable client `cdp` API when `allowWrite/allowExec: false`
🚀 Features
- api: Add
allowWriteandallowExecoptions toapi[backport to v3] - by @hi-ogawa and Codex in https://github.com/vitest-dev/vitest/issues/10445 (af88b)
🐞 Bug Fixes
- browser: Disable client
cdpAPI whenallowWrite/allowExec: false[backport to v3] - by @hi-ogawa and Codex in https://github.com/vitest-dev/vitest/issues/10456 (385a1)