◐ Shell
clean mode source ↗

fix(@schematics/angular): add browsers option during vitest browser provider ng-add by maruthang · Pull Request #32885 · angular/angular-cli

…vitest browser provider ng-add

When adding a Vitest browser provider via ng-add, the schematic now
automatically configures the 'browsers' option in angular.json with an
appropriate default browser (chromium for Playwright/Preview, chrome for
WebDriverIO) instead of only logging a manual instruction.

Fixes angular#32401

gemini-code-assist[bot]

…eterized loop and add preview provider case
…ests

Combine separate playwright/webdriverio/preview tests into a single
parameterized forEach block to reduce duplication and improve coverage.