New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gemini-browserstack

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gemini-browserstack

Plugin for starting up a tunnel to BrowserStack when running tests with Gemini

1.1.0
latest
Source
npm
Version published
Maintainers
1
Created
Source

gemini-browserstack

Plugin for starting up a BrowserStack tunnel when running tests with Gemini

Build Status

Requirements

Works with gemini v1.0.0 or later.

Installation

npm install gemini-browserstack

Configuration

  • username (optional) sets the username for BrowserStack. Defaults to environmental variable BS_USERNAME
  • accessKey (optional) sets the accesskey for BrowserStack. Defaults to environmental variable BS_ACCESS_KEY
  • localIdentifier (optional) sets the local identifier for BrowserStack. Enables you to run multiple parallel tests.

Example configuration for your .gemini.yml

rootUrl: http://localhost:8080/sut/
gridUrl: http://this.address.is.ignored/so-anything-goes

system:
  plugins:
    browserstack:
      username: foo
      accessKey: bar

browsers:
  ie11:
    desiredCapabilities:
      os: "WINDOWS"
      os_version: "7"
      browserName: "internet explorer"
      version: "11"

  chrome43:
    desiredCapabilities:
      os: "WINDOWS"
      os_version: "10"
      browserName: "chrome"
      version: "43"

Keywords

gemini

FAQs

Package last updated on 19 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts