Skip to content

bountin/phpunit-selenium

This branch is 1 commit ahead of, 813 commits behind giorgiosironi/phpunit-selenium:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 15, 2012
Feb 14, 2012
Nov 30, 2011
Feb 9, 2012
Feb 6, 2012
Nov 30, 2011
Jan 3, 2012
Jan 3, 2012
Feb 13, 2012
Jan 3, 2012
Feb 6, 2012
Feb 7, 2012
Dec 7, 2011
Feb 14, 2012
Jan 3, 2012
Jan 5, 2012
Jan 3, 2012

Repository files navigation

This package contains a base Testcase Class that can be used to run end-to-end tests against Selenium 2 (using its Selenium 1 backward compatible Api).
Please direct pull requests to giorgiosironi/phpunit-selenium for automated testing upon merging.

= Running the test suite =
To run the test suite for this package, you should serve selenium-1-tests via HTTP:
selenium-1-tests/ $ python -m SimpleHTTPServer 8080
and configure the constant that you will be asked for accordingly.
You also need to run a Selenium Server.
$ java -jar java -jar  selenium-server-standalone-2.x.xjar
Dependencies are managed via git submodules.
$ git submodule init
$ git submodule update
$ php run-phpunit.php
You can copy phpunit.xml.dist to phpunit.xml and setup a custom configuration for browsers.

About

Selenium RC integration for PHPUnit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.9%
  • Shell 0.1%