Versions
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 6.0.0
Node: 8.9.2
OS: win32 x64
Angular: 6.0.0
... animations, cli, common, compiler, compiler-cli, core, forms
... http, language-service, platform-browser
... platform-browser-dynamic, router
Package Version
------------------------------------------------------------
@angular-devkit/architect 0.6.0
@angular-devkit/build-angular 0.6.0
@angular-devkit/build-ng-packagr 0.6.0
@angular-devkit/build-optimizer 0.6.0
@angular-devkit/core 0.6.0
@angular-devkit/schematics 0.6.0
@ngtools/json-schema 1.1.0
@ngtools/webpack 6.0.0
@schematics/angular 0.6.0
@schematics/update 0.6.0
ng-packagr 3.0.0-rc.2
rxjs 6.1.0
typescript 2.7.2
webpack 4.6.0
Repro steps
Observed behavior
Instead of running end-to-end tests, it prints this error:
> ng-app-state-platform@0.0.0 e2e S:\Programming\git repositories\ng-app-state
> ng e2e "--no-progress" "--config=protractor-ci.conf.js"
Unknown option: '--progress'
Desired behavior
It should run the end-to-end tests.
Mention any other details that might be useful (optional)
Removing the --no-progress flag causes it to complain that --config is an unknown option. This is also a problem for the line above it in the file: npm run test -- --single-run --no-progress --browser=ChromeNoSandbox
Versions
Repro steps
npm run e2e -- --no-progress --config=protractor-ci.conf.jsObserved behavior
Instead of running end-to-end tests, it prints this error:
Desired behavior
It should run the end-to-end tests.
Mention any other details that might be useful (optional)
Removing the
--no-progressflag causes it to complain that--configis an unknown option. This is also a problem for the line above it in the file:npm run test -- --single-run --no-progress --browser=ChromeNoSandbox