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
{{ message }}
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
We are experiencing an issue with the karma-browserstack-launcher when using the retryLimit config option. We want to set the value to 0 which does not seem to work properly. Looking into the code I think this is due to the way the retryLimit is set within the launcher:
var retryLimit = bsConfig.retryLimit || 3
The text was updated successfully, but these errors were encountered:
We are experiencing an issue with the karma-browserstack-launcher when using the retryLimit config option. We want to set the value to 0 which does not seem to work properly. Looking into the code I think this is due to the way the retryLimit is set within the launcher:
var retryLimit = bsConfig.retryLimit || 3
The text was updated successfully, but these errors were encountered: