-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Description
Bug Report or Feature Request (mark with an x)
- [ ] bug report -> please search issues before submitting
- [ x ] feature request
Versions.
@angular/cli: 1.4.9
node: 8.7.0
os: linux x64
@angular/animations: 4.4.6
@angular/cdk: 2.0.0-beta.12
@angular/common: 4.4.6
@angular/compiler: 4.4.6
@angular/core: 4.4.6
@angular/flex-layout: 2.0.0-rc.1
@angular/forms: 4.4.6
@angular/http: 4.4.6
@angular/material: 2.0.0-beta.12
@angular/platform-browser: 4.4.6
@angular/platform-browser-dynamic: 4.4.6
@angular/router: 4.4.6
@angular/cli: 1.4.9
@angular/compiler-cli: 4.4.6
@angular/language-service: 4.4.6
typescript: 2.5.3
Arch Linux
Repro steps.
ng e2e
The log given by the failure.
https://gist.github.com/karlos1337/971c5e4085faa9df9b1b3215d97e2367
Desired functionality.
Implement 'disableChecks' protractor flag.
I want to use a protractor module for retrying failed e2e tests but use some flags that ng-cli don't pass to protractor, here the issue in protractor-retry repo where this is talked about
yahoo/protractor-retry#6