alnutile/saucelabs_client
Composer 安装命令:
composer require alnutile/saucelabs_client
包简介
Complete copy of php-github-api-master since it is such a good client for GithubAPI
README 文档
README
This is a generic client modeled after the GitHub API https://github.com/KnpLabs/php-github-api by KnpLabs.
They did a great job of making a client that includes Events, Guzzle, Cache and making it super testable.
This client can easily be ported to any providers since I kept the Classes and Methods pretty generic.
API
Check out the test/SauceLabs folder for a list of examples usages. Also note the PHP/VCR library to speed up all of these calls.
Setup
Add it to your composer.json see https://packagist.org/packages/alnutile/saucelabs_client for updates to the settings. Then copy the env_example file to .env and put in your username and token. Then run composer install and the library should allow you to make these requests to SauceLabs using your username and token.
RoadMap
Break out anything into interfaces that will help to make this easier to be a foundation to other automated testing services. As well as move those into their own composer libraries.
Travis
统计信息
- 总下载量: 2.38k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-07-11