I'm using Mac OS X El Capitan with:
Some options of ng test seem not to work, e.g. ng test --filter x prints:
The option '--filter' is not registered with the test command. Run `ng test --help` for a list of supported options.
Even though it is printed when running ng test --help:
(node:2838) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
Could not start watchman; falling back to NodeWatcher for file system events.
Visit http://ember-cli.com/user-guide/#watchman for more info.
Requested ember-cli commands:
ng test <options...>
Runs your app's test suite.
aliases: t
--environment (String) (Default: test)
aliases: -e <value>
--config-file (String)
aliases: -c <value>, -cf <value>
--server (Boolean) (Default: false)
aliases: -s
--host (String)
aliases: -H <value>
--test-port (Number) (Default: 7357) The test port to use when running with --server.
aliases: -tp <value>
--filter (String) A string to filter tests to run
aliases: -f <value>
--module (String) The name of a test module to run
aliases: -m <value>
--watcher (String) (Default: events)
aliases: -w <value>
--launch (String) (Default: false) A comma separated list of browsers to launch for tests.
--reporter (String) Test reporter to use [tap|dot|xunit] (default: tap)
aliases: -r <value>
--silent (Boolean) (Default: false) Suppress any output except for the test report
--test-page (String) Test page to invoke
--path (Path) Reuse an existing build at given path.
--query (String) A query string to append to the test page URL.
The aliases also don't work. It haven't tested all options, but at least module, filter, path and launch didn't work.
The --filter option was a holdover from the ember cli. The leak of ember options into angular cli commands has been addressed. Closing this issue.
The option '--proxy-config' is not registered with the test command.
Is there any other way to enable proxy while testing
Thanks
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
The option '--proxy-config' is not registered with the test command.
Is there any other way to enable proxy while testing
Thanks