mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-20 13:32:43 +08:00
The protractor E2E builder relies on a development server `baseUrl` result property to determine the address to connect when testing the application. The Vite-based development server now also provides this property. While the protractor builder is considered deprecated, it is still used in CLI E2E tests.