Python client library for Sauce Labs API.
Project description
Python client library for Sauce Labs API.
documentation
please see docs at: http://cgoldberg.github.io/sauceclient/
about sauceclient
sauceclient is a Python client library used to retrieve and update information about resources. The Sauce Labs API provides the following resources:
Information
Jobs
Provisioning
Usage
sauceclient is not for running your tests on Sauce Labs’ service. (That is done via Selenium WebDriver).
About Sauce Labs
Sauce Labs is a service that allows you to run remote Selenium WebDriver tests from their cloud. They have VM’s with 100+ browser/OS combinations, allowing comprehensive cross-browser cross-platform test coverage.
Example sauceclient Usage
public access:
import sauceclient sc = sauceclient.SauceClient() status = sc.information.get_status()with authorization:
import sauceclient sc = sauceclient.SauceClient( 'sauce-username', 'sauce-access-key', ) job_ids = sc.jobs.get_job_ids()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file sauceclient-0.2.1.tar.gz
.
File metadata
- Download URL: sauceclient-0.2.1.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8e6156ac81973d3b8f8b3c99bb360678428deb41af91e4f566f015eb7a43acb |
|
MD5 | cb699fedde6edfdc32d531c5885ce4a6 |
|
BLAKE2b-256 | 08d237b983d58441c5bce2cc3bb791490ac86acb6e1fd7037596d77778c1b488 |