JSPM

gemini-saucelabs-info

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q74832F
  • License MIT

Plugin for providing Travis job and build numbers to SauceLabs

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.