You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(@angular/build): add experimental vitest browser support to unit-testing
The experimental `unit-test` builder now allows for enabling the experimental
vitest browser testing support. A `browsers` option is now available that
can list one or more browsers to use for test execution. If the `browsers`
option is not specified (the default), then `jsdom` will be used to execute
the tests without a browser. To use the browser support, either `playwright`
or `webdriverio` must be installed within the project. On startup, the testing
process will automatically attempt to discover the browser provider. The
browser names present in the `browsers` option must be specified based on the
installed provider. Each may have differing names for some browsers.
0 commit comments