gemini-sauce
v1.0.2
Published
Plugin for starting up Sauce Connect when running tests with Gemini
Downloads
66
Maintainers
Readme
gemini-sauce
Plugin for starting up Sauce Connect when running tests with Gemini
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