karma-browserstack-launcher
karma-browserstack-launcher copied to clipboard
A Karma plugin. Launch any browser on BrowserStack!
When I run my specs, I receive the following error ```sh BrowserStackTunnel: binary not present ``` Sorry if it is a stupid doubt, but I'm confused how proceed
I'm seeing the following error in a travis build with version 1.3.0, any thoughts on what's going on? ``` 12 12 2018 15:41:47.243:ERROR [plugin]: Error during loading "/home/travis/build/tensorflow/tfjs-core/node_modules/karma-browserstack-launcher" plugin: internalBinding...
Two private elements have to be configured on https://travis-ci.org/karma-runner/karma-browserstack-launcher/settings: - `NPM_USER_EMAIL` with an email - `NPM_API_KEY` with a token taken from https://www.npmjs.com/settings/~/tokens, associated to the above npm user email account
Currently, there's no way to pass `enable-logging-for-api` to the BrowserstackBinary. It would be nice if I could.
Hi, I think there is a problem with using international characters in browserstack session names: Capabilities: > chrome_bs: { > base: 'BrowserStack', > name: "[karma] S20P2 ČNS test 59", >...
#### Update BrowserStack support recommended the following configs. Seems to fix my issue, feel free to close if this seems unrelated to this plugin: ``` js captureTimeout: 3e5, browserNoActivityTimeout: 3e5,...
If user has provided Browserstack config for automate session in `customLaunchers`, use those values first and then try everything else.
This might be a really stupid question, but how to I access the driver/webdriver to make screenshot like suggested here: https://www.browserstack.com/automate/node#enhancements-screenshots ``` var fs = require('fs'); webdriver.WebDriver.prototype.saveScreenshot = function(filename) {...
For the each one of the following browsers ``` /* karma.conf.js */ customLaunchers: { bs_ie11_windows: { base: 'BrowserStack', browser: 'ie', browser_version: '11', os: 'Windows', os_version: '7' }, bs_edge_windows: { base:...
In some environments, the process which establishes the tunnel can report that it is operational significantly before the tunnel is actually established. This will cause subsequent calls to create a...