[][src]Module shelper::auth

REST API wrapper for sauce labs. Gets data about tests. Authenticating a user or dealing with credentials for saucelabs.com REST API

Structs

Credentials

SAUCE_USERNAME:SAUCE_ACCESS_KEY are used for authentication. Checks for Environment variables first then accepts user input.

Functions

mask_key

mask the API Key used by users prior to outputting it.

set_credentials

defaults to using SAUCE_USERNAME and SAUCE_ACCESS_KEY environment variables. Can be overwritten with custom credentials.