test: add 20.0-project E2E test asset and update update tests to use it#33300
Conversation
There was a problem hiding this comment.
Code Review
This pull request upgrades the E2E test asset project from Angular v19 (nineteen-project) to Angular v20 (twenty-project), updating configuration files, dependencies, and test scripts accordingly. Feedback on the changes highlights two critical issues: first, provideBrowserGlobalErrorListeners is incorrectly imported from @angular/core instead of @angular/platform-browser, which will cause a compilation error; second, the index option is missing from the build configuration in angular.json, which will prevent the generation of the entry HTML file and cause E2E tests to fail.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Update e2e assets