karma-browserstack-launcher
karma-browserstack-launcher copied to clipboard
A Karma plugin. Launch any browser on BrowserStack!
As acknowledged by support staff and reflected in the readme (see commit 624494e544b75b224a717c6706a97b4815b5ea4c) it is currently not possible to set the timezone of the browser. This makes any tests that...
### Issue Occasionally, the worker registers a status of "running" after a test has been killed, and thus adds a phantom timeout. This prevents the addition of said phantom timeout.
Bumps [mime](https://github.com/broofa/node-mime) from 1.3.6 to 1.6.0. Release notes *Sourced from [mime's releases](https://github.com/broofa/node-mime/releases).* > ## v1.4.1 > - Fix RegEx DoS issue > > ## v1.4.0 > - [**closed**] support for...
Bumps [debug](https://github.com/visionmedia/debug) from 2.6.8 to 2.6.9. Release notes *Sourced from [debug's releases](https://github.com/visionmedia/debug/releases).* > ## 2.6.9 > ### Patches > > - Remove ReDoS regexp in `%o` formatter: [#504](https://github-redirect.dependabot.com/visionmedia/debug/issues/504) > >...
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 1.0.0 to 2.2.4. Release notes *Sourced from [https-proxy-agent's releases](https://github.com/TooTallNate/node-https-proxy-agent/releases).* > ## 2.2.4 > ### Patches > > - Add `.editorconfig` file: a0d4a20458498fc31e5721471bd2b655e992d44b > - Add `.eslintrc.js` file:...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Hi! **Context** I'm using BrowserStack both for e2e testing and unit testing. I'd like use a common naming scheme for identifying platforms in the logs of both e2e and unit...
I'm using Jasmine and found that when run with the BrowserStack karma launcher, test taking 4 seconds locally would take ~30 seconds. I'd like to dynamically adapt `jasmine.DEFAULT_TIMEOUT_INTERVAL` (increase it...
### Description Hey there! It'd be awesome if `karma-browserstack-launcher` supported a simplified configuration similar to what `karma-sauce-launcher` offers. I'd suspect the underlying implementation would be similar to [browserstack-capabilities](https://www.npmjs.com/package/browserstack-capabilities). ### Proposed...
When Karma runs with a launcher provided by `karma-browserstack-launcher`, 2 files appear in CWD: - `local.log` - `browserstack.err` It always contains only `[object Object]` and therefore useless These files can...