We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config/
The following files should be configurable and out of root:
karma.conf.js
protractor.conf.js
karma-test-shim.js
TODO:
e2e.protractor.config
ng e2e
config/protractor.conf.js
..
test.karma.config
config/karma.conf.js
config
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
hansl
Successfully merging a pull request may close this issue.
The following files should be configurable and out of root:
karma.conf.js
protractor.conf.js
karma-test-shim.js
TODO:
e2e.protractor.config
to know the path toprotractor.conf.js
when runningng e2e
.e2e.protractor.config
in new projects should beconfig/protractor.conf.js
.protractor.conf.js
file. This includes changing the path in the config to..
.test.karma.config
to know the path tokarma.conf.js
when runningng e2e
.test.karma.config
in new projects should beconfig/karma.conf.js
.karma.conf.js
file. This includes changing base path to..
.config
. You need to include it in karma properly, but you don't need any other configuration.The text was updated successfully, but these errors were encountered: