Download the PHP package galahad/dusk-browserstack without Composer
On this page you can find all versions of the php package galahad/dusk-browserstack. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package dusk-browserstack
Run Laravel Dusk tests in BrowserStack
Installation
First, install the composer package:
Usage
Update your DuskTestCase:
Options
Set these in the driver()
call or in the services.browserstack
config. The key
option
can be omitted if you have a BROWSERSTACK_ACCESS_KEY
environmental variable set.
username
: [required] your BrowserStack usernamekey
: [required] your BrowserStack API keylocal_config
: array of options to pass to BrowserStackLocalcapabilities
: array of default capabilities to request (defaults to Chrome on any available platform)
Advanced
It's possible to call setBrowserStackLocalConfig
or setBrowserStackCapabilities
within your tests,
and each new call to driver()
will use the updated settings. You can use this to run different tests
on different browsers/platforms/etc.
Changelog
1.1.0
- Silently skips running BrowserStack Local if something is listening on port 45691
1.0.2
- Better default BrowserStack logfile
1.0.1
- Loads configuration from
services.browserstack
by default for less boilerplate.
1.0.0
- First release
All versions of dusk-browserstack with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
php-webdriver/webdriver Version ~1.0
illuminate/support Version ~5.5|^6.0
browserstack/browserstack-local Version ~1.1.0
php-webdriver/webdriver Version ~1.0
illuminate/support Version ~5.5|^6.0
browserstack/browserstack-local Version ~1.1.0
The package galahad/dusk-browserstack contains the following files
Loading the files please wait ....