Skip to content
New issue

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

Karma with Configuration #8

Open
bountin opened this issue Aug 20, 2014 · 1 comment
Open

Karma with Configuration #8

bountin opened this issue Aug 20, 2014 · 1 comment
Assignees

Comments

@bountin
Copy link

bountin commented Aug 20, 2014

When specifying karma with a configuration file it is not starting in single run mode.
karma.cmd start karma.conf.js --single-run => Starts and does a single run
karma.cmd start --single-run karma.conf.js => Starts normally (not single run)

For direct usage of the cmd file this is not a problem (except being aware of it), but using the build target fails if you are giving it a ConfigFile option. Therefore the whole build hangs without any error message (and the tests are not run).

@david-driscoll david-driscoll self-assigned this Sep 18, 2014
@david-driscoll
Copy link
Contributor

This should be easy enough to pull the single-run out and set it after the command.

I'll see if I can get to this, this weekend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants