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: execute 'protractor' binary directly in 'browsers' E2E test
The 'browsers' E2E test now executes the 'protractor' binary directly from 'node_modules' instead of using the 'protractor' Angular CLI builder. This further reduces the test's dependency on legacy CLI infrastructure and removes the need to manually configure an 'e2e' architect target in 'angular.json'.
0 commit comments