karma-browserstack-launcher icon indicating copy to clipboard operation
karma-browserstack-launcher copied to clipboard

A Karma plugin. Launch any browser on BrowserStack!

Results 46 karma-browserstack-launcher issues
Sort by recently updated
recently updated
newest added

Added a new option in the `browserStack` config to log more info about the total execution / net time, and the browsers execution percentage over total to give a last...

``` npm WARN peerDependencies The peer dependency karma@>=0.9 included from karma-browserstack-launcher will no npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency npm WARN peerDependencies in npm 3+....

type: bug

I'm just getting started with using Karma & BrowserStack together, and I'm not able to get my tests to run with the default setup. I did the standard `npm` install,...

We’re using Karma + BrowserStack on CircleCI and even though some tests fail, CircleCI seems to always detect a 0 exit status. I have a feeling it gets that successful...

The `captured` property, relied upon by the `_onTimeout` method, is _always_ false as the `markCaptured` method is never called.

needs: investigation