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
package.json
- Removed Protractor. `npm test` does not appear to be using Protractor.
- Chromedriver 2.25 does not work well with Chromium, use Chrome.
packages/angular-cli/blueprints/ng2/files/package.json
- Update to protractor 4.0.11. see [changelog](https://github.com/angular/protractor/blob/master/CHANGELOG.md)
- Remove webdriver-manager as a dependency. Protractor includes
webdriver-manager as a dependency.
- Since packages/angular-cli/blueprints/ng2/files/protractor.conf.js uses
directConnect with chrome, the pree2e step does not need to download
the selenium standalone server or gecko driver.
0 commit comments