mozaik-ext-saucelabs
v0.1.1
Published
Mozaïk saucelabs extension
Downloads
14
Maintainers
Readme
Mozaïk saucelabs extension
SauceLabs Client Configuration
In order to use the Mozaïk SauceLabs widgets, you must configure its client.
To install mozaik-ext-saucelabs from npm, run:
npm install --save mozaik-ext-saucelabsparameters
key | env key | required | description
-------------|-----------------------------------|----------|-----------------------------------
auth.user | SAUCELABS_API_BASIC_AUTH_USER | yes | saucelabs auth user
auth.token | SAUCELABS_API_BASIC_AUTH_PASSWORD | yes | saucelabs auth password
usage
{
//…
api: {
saucelabs: {
auth: {
user : 'user',
token: 'token'
}
}
}
}SauceLabs status
Shows the current SauceLabs status from http://status.saucelabs.com/

usage
{
type: 'saucelabs.status',
columns: 1, rows: 1,
x: 0, y: 0
}SauceLabs jobs

parma | required | rules | description
--------|----------|---------------|-----------------------------------
limit | optional | max_value=100 | limit the number of jobs being return
usage
{
type: 'saucelabs.jobs',
columns: 1, rows: 1,
limit: 50,
x: 0, y: 0
}