Skip to content

Allow configuration for retryLimit #1126

@alias-mac

Description

@alias-mac

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 or karma call in a command like:

$ for i in `seq 1 3`; do grunt karma:ci; test $? -ne 3 && break; done

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:

var RetryLauncher = function(retryLimit) {

Could we make this setting available in config file?
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions