Huge News!Announcing our $40M Series B led by Abstract Ventures.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
  • Socket score

Version published
Weekly downloads
78
decreased by-71.64%
Maintainers
1
Weekly downloads
 
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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc