Skip to content

imunew/php-browserstack-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-browserstack-example

setup

  • git clone
$ git clone git@github.com:imunew/php-browserstack-example.git
  • composer install
$ composer install
  • Set Your BrowserStack Automate Username and Access Key.
// tests/AbstractWebDriverTestCase.php
abstract class AbstractWebDriverTestCase extends PHPUnit_Framework_TestCase
{
    const BROWSERSTACK_USER = 'Your BrowserStack Username';
    const BROWSERSTACK_KEY = 'Your BrowserStack Access Key';
  • Run unit test
$ vendor/bin/phpunit -c ./phpunit.xml.dist tests/ExampleBrowserTest.php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages