The following files should be configurable and out of root: 1. `karma.conf.js` 2. `protractor.conf.js` 3. `karma-test-shim.js` TODO: - [x] e2e: - [x] Use the `e2e.protractor.config` to know the path to `protractor.conf.js` when running `ng e2e`. - [x] The default value for `e2e.protractor.config` in new projects should be `config/protractor.conf.js`. - [x] Move the `protractor.conf.js` file. This includes changing the path in the config to `..`. - [x] Karma: - [x] Use the `test.karma.config` to know the path to `karma.conf.js` when running `ng e2e`. - [x] The default value for `test.karma.config` in new projects should be `config/karma.conf.js`. - [x] Move the `karma.conf.js` file. This includes changing base path to `..`. - [x] Move the shim to `config`. You need to include it in karma properly, but you don't need any other configuration.
The following files should be configurable and out of root:
karma.conf.jsprotractor.conf.jskarma-test-shim.jsTODO:
e2e.protractor.configto know the path toprotractor.conf.jswhen runningng e2e.e2e.protractor.configin new projects should beconfig/protractor.conf.js.protractor.conf.jsfile. This includes changing the path in the config to...test.karma.configto know the path tokarma.conf.jswhen runningng e2e.test.karma.configin new projects should beconfig/karma.conf.js.karma.conf.jsfile. This includes changing base path to...config. You need to include it in karma properly, but you don't need any other configuration.