karma-browserstack-launcher
karma-browserstack-launcher copied to clipboard
A Karma plugin. Launch any browser on BrowserStack!
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+....
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.