You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: