-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels