()
| 109 | } |
| 110 | |
| 111 | export function ensureValidationDependencies(): void { |
| 112 | // Default behavior: only assert presence (do not modify user environment). |
| 113 | // Auto-installing heavy native deps at runtime can fail and harms UX. |
| 114 | // If you still want auto-install, call ensurePackageInstalled(...) explicitly from your own wrapper. |
| 115 | assertValidationDependenciesInstalled(); |
| 116 | |
| 117 | // NOTE: We intentionally do not preinstall Playwright browsers here. |
| 118 | // The Playwright launcher has an auto-install fallback for missing Chromium binaries. |
| 119 | } |
no test coverage detected