Skip to content

filatovnick/testtask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation and run acceptance test

Installation

Inside your composer project

php composer.phar require "filatovnick/testtask: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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages