filatovnick / testmarket
automation test using facebook/webdriver
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/filatovnick/testmarket
Requires
- facebook/webdriver: ^1.2
- phpunit/phpunit: 5.3.*
- phpunit/phpunit-selenium: ^1.4
This package is not auto-updated.
Last update: 2025-10-12 01:37:44 UTC
README
Installation
Inside your composer project
php composer.phar require "filatovnick/testmarket:dev-master"
Standalone
php composer.phar install
Usage
Start a selenium standalone server as
java -jar selenium-server-standalone-#.##.jar
or
run in cloud (browserstack.com)
$capabilities = array(WebDriverCapabilityType::BROWSER_NAME => 'chrome', 'browserstack.debug'=>'true', 'build'=>'First build');
$this->driver = RemoteWebDriver::create('https://nickfilatov3:DLcUbqVLfDqemJthaFYc@hub-cloud.browserstack.com/wd/hub', $capabilities);
Run test
./vendor/bin/phpunit ./vendor/filatovnick/testtask/MarketTest.php