angular-cli - Use multiple karma.conf.js
In the Angular CLI v6 the option name got changed: ng test --karma-config <your config here>
You can use option karmaConfig
:
ng test --karmaConfig=another-karma.config.json
You may want to check ng test --help=true
for other options.