Package Exports
- gemini-saucelabs-info
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gemini-saucelabs-info) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
gemini-saucelabs-info
Plugin for providing Travis build information in SauceLabs test run.
Installation
npm gemini-saucelabs-info
Configuration
Specify both parameters:
- jobNumber Travis job number.
- buildNumber Travis build number.
If any of the parameters are missing, the plugin looks in process.env.TRAVIS_JOB_NUMBER
and process.env.TRAVIS_BUILD_NUMBER
.
Set the configuration to your .gemini.yml
system:
plugins:
gemini-saucelabs-info:
jobNumber: 666
buildNumber: 1234
If passed config is not an object the plugin does nothing.