Closed
Description
The following files should be configurable and out of root:
karma.conf.js
protractor.conf.js
karma-test-shim.js
TODO:
- e2e:
- Use the
e2e.protractor.config
to know the path toprotractor.conf.js
when runningng e2e
. - The default value for
e2e.protractor.config
in new projects should beconfig/protractor.conf.js
. - Move the
protractor.conf.js
file. This includes changing the path in the config to..
.
- Use the
- Karma:
- Use the
test.karma.config
to know the path tokarma.conf.js
when runningng e2e
. - The default value for
test.karma.config
in new projects should beconfig/karma.conf.js
. - Move the
karma.conf.js
file. This includes changing base path to..
. - Move the shim to
config
. You need to include it in karma properly, but you don't need any other configuration.
- Use the
Metadata
Metadata
Assignees
Labels
No labels