https://github.com/crossbrowsertesting/cbthelper-php
https://github.com/crossbrowsertesting/cbthelper-php
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/crossbrowsertesting/cbthelper-php
- Owner: crossbrowsertesting
- Archived: true
- Created: 2018-12-08T04:17:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T19:11:28.000Z (over 5 years ago)
- Last Synced: 2025-12-14T17:06:36.354Z (6 months ago)
- Language: PHP
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cbthelper
cbthelper (PHP) wraps CrossBrowserTesting's selenium api into an easy to use library. CrossBrowserTesting provides a device lab in the cloud so you don't have to manage your own device lab with multiple browser versions. Run your selenium tests across multiple device and browser combinations at a time and quickly jump to a live test to debug. With this wrapper, you can easily start a Selenium test, take a snapshot, set test score, and much more.
## Installation
Using Composer
```php
composer require crossbrowsertesting/cbthelper:dev-master
```
## Usage
See example.php. Don't forget to set your username and authkey, which can be found under Accounts and Settings, in that file. Don't have a CrossBrowserTesting account? Start a free trial at https://crossbrowsertesting.com/ and start running your Selenium tests in the cloud.
Or visit https://help.crossbrowsertesting.com/selenium-testing/getting-started/cbthelper-php/
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/crossbrowsertesting/cbthelper-php.
## License
The package is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).