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
test(@angular/cli): reuse chrome/chromedriver in E2E tests
This changes the E2E test project setup to reuse the repository's existing puppeteer chrome instance and already downloaded chrome driver. Previously puppeteer was added to each E2E test project which required an additional download of both chrome and an associated chromedriver. Downloads previously needed to occur multiple times during the test process due to tests changing/removing the test project's node modules directory.
(cherry picked from commit 206d62a)
0 commit comments