1.0.2 • Published 5 years ago

gemini-sauce v1.0.2

Weekly downloads
4,614
License
Apache 2.0
Repository
github
Last release
5 years ago

gemini-sauce

Plugin for starting up Sauce Connect when running tests with Gemini

Build Status

Requirements

Works with gemini v1.0.0 or later.

Installation

npm install gemini-sauce

Configuration

  • username (optional) sets the username for Sauce Connect. Defaults to environmental variable SAUCE_USERNAME
  • accessKey (optional) sets the accesskey for Sauce Connect. Defaults to environmental variable SAUCE_ACCESS_KEY

Set the configuration to your .gemini.yml

system:
  plugins:
    sauce:
      username: foo
      accessKey: bar