-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Allow configuration for retryLimit #1126
Closed
alias-mac opened this issue
Jul 3, 2014
· 2 comments
· May be fixed by saurabharch/HireDot2#2, saurabharch/Breezeblocks#2, saurabharch/reelcool#1, Omrisnyk/npm-lockfiles#122 or Omrisnyk/npm-lockfiles#132
Closed
Allow configuration for retryLimit #1126
alias-mac opened this issue
Jul 3, 2014
· 2 comments
· May be fixed by saurabharch/HireDot2#2, saurabharch/Breezeblocks#2, saurabharch/reelcool#1, Omrisnyk/npm-lockfiles#122 or Omrisnyk/npm-lockfiles#132
Labels
Comments
+1 |
1 similar comment
+1 |
budde377
pushed a commit
to budde377/karma
that referenced
this issue
Jan 21, 2016
Allow specification of retry limit in configuration file with the `retryLimit` property. Closes karma-runner#1126
budde377
pushed a commit
to budde377/karma
that referenced
this issue
Jan 22, 2016
Allow specification of retry limit in configuration file with the `retryLimit` property. Closes karma-runner#1126
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be really helpful to allow a config param in
karma.conf.js
for retryLimit for browser crashes.It would avoid us to wrap the
grunt
orkarma
call in a command like:command.
I don't see any available configuration in http://karma-runner.github.io/0.12/config/configuration-file.html, but I do see it in the code a possibility to pass it:
karma/lib/launchers/retry.js
Line 3 in 9e0e385
Could we make this setting available in config file?
Thanks!
The text was updated successfully, but these errors were encountered: